mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +00:00
Document known extensions
This commit is contained in:
parent
490b46c7ab
commit
1acc0509ab
1 changed files with 11 additions and 0 deletions
|
|
@ -103,6 +103,17 @@ flake8 registers the extension:
|
||||||
Since that is the defined entry point in the above ``setup.py``, flake8 finds
|
Since that is the defined entry point in the above ``setup.py``, flake8 finds
|
||||||
it and uses it to register the extension.
|
it and uses it to register the extension.
|
||||||
|
|
||||||
|
Existing Extensions
|
||||||
|
===================
|
||||||
|
|
||||||
|
This is not at all a comprehensive listing of existing extensions but simply a
|
||||||
|
listing of the ones we are aware of:
|
||||||
|
|
||||||
|
* `flake8-immediate <https://github.com/schlamar/flake8-immediate>`_
|
||||||
|
|
||||||
|
* `flake8-todo <https://github.com/schlamar/flake8-todo>`_
|
||||||
|
|
||||||
|
* `pep8-naming <https://github.com/flintwork/pep8-naming>`_
|
||||||
|
|
||||||
.. links
|
.. links
|
||||||
.. _mccabe: https://github.com/flintwork/mccabe
|
.. _mccabe: https://github.com/flintwork/mccabe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue