From da6d162fd7d83bdaf5b86744627b7429f3a1b2aa Mon Sep 17 00:00:00 2001 From: keisheiled Date: Wed, 27 Nov 2019 11:13:15 +0000 Subject: [PATCH] explicitly note that arbitrary strings are supported by flake8 --- docs/source/plugin-development/registering-plugins.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst index 633e0ca..ae8834a 100644 --- a/docs/source/plugin-development/registering-plugins.rst +++ b/docs/source/plugin-development/registering-plugins.rst @@ -132,7 +132,8 @@ cause plugins to be deactivated without warning! **Please Note:** Your entry point does not need to be exactly 4 characters as of |Flake8| 3.0. *Consider using an entry point with 3 letters followed -by 3 numbers (i.e.* ``ABC123`` *).* +by 3 numbers (i.e.* ``ABC123`` *) or indeed any set of strings with a common +prefix easy to type on a CLI: ``example-plugin-off``, ``example-plugin-on``* .. _Entry Points: