mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
28 lines
792 B
ReStructuredText
28 lines
792 B
ReStructuredText
==============================
|
|
Exploring Flake8's Internals
|
|
==============================
|
|
|
|
While writing |Flake8| 3.0, the developers attempted to capture some reasoning
|
|
and decision information in internal documentation meant for future developers
|
|
and maintainers. Most of this information is unnecessary for users and plugin
|
|
developers. Some of it, however, is linked to from the plugin development
|
|
documentation.
|
|
|
|
Keep in mind that not everything will be here and you may need to help pull
|
|
information out of the developers' heads and into these documents. Please
|
|
pull gently.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
contributing
|
|
writing-documentation
|
|
writing-code
|
|
releases
|
|
start-to-finish
|
|
checker
|
|
cli
|
|
formatters
|
|
option_handling
|
|
plugin_handling
|
|
utils
|