mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
17 lines
590 B
ReStructuredText
17 lines
590 B
ReStructuredText
============================
|
|
Writing Plugins for Flake8
|
|
============================
|
|
|
|
Since Flake8 2.0, the Flake8 tool has allowed for extensions and custom
|
|
plugins. In Flake8 3.0, we're expanding that ability to customize and
|
|
extend **and** we're attempting to thoroughly document it too. Some of the
|
|
documentation in this section will reference third-party documentation
|
|
in order to reduce duplication and to point you, the developer, towards
|
|
the authoritative documentation for those pieces.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
plugin_parameters
|
|
registering_plugins
|
|
formatters
|