mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +00:00
Add high-level overview of how things fit together
There are now a lot of moving parts in Flake8. It can't help to give new developers a high-level overview of how they all fit together to make Flake8. =)
This commit is contained in:
parent
b194717d1a
commit
7fe5b359f7
3 changed files with 131 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
error
|
||||
error code
|
||||
violation
|
||||
The symbol associated with a specific :term:`check`. For example,
|
||||
pycodestyle implements :term:`check`\ s that look for whitespace
|
||||
around binary operators and will either return an error code of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue