mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
explicitly note that arbitrary strings are supported by flake8
This commit is contained in:
parent
e571167161
commit
da6d162fd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue