flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. https://flake8.pycqa.org
Find a file
Ian Cordasco b12f531da4 Separate the check runner from file processor
This separates concerns so that the check runner can rely on the file
processor to store state and such. It introduces two logical
collaborators and will allow us to keep feature parity with flake8 2's
plugin design (where it could request any attribute from pep8.Checker).
2016-02-26 08:52:20 -06:00
docs Add and fix documentation 2016-02-25 09:06:50 -06:00
flake8 Separate the check runner from file processor 2016-02-26 08:52:20 -06:00
tests Fix import ordering in test files 2016-02-25 14:41:37 -06:00
.gitignore Start creating documentation 2016-01-19 07:19:16 -06:00
.pylintrc Fix our evaluation formula 2016-02-19 15:30:54 -06:00
DESIGN.rst Update design document 2016-01-24 15:16:18 -06:00
setup.cfg Add handling and decision making for select and ignore 2016-02-02 20:48:26 -06:00
setup.py Re-order project imports based on flake8-import-order 2016-02-25 11:14:41 -06:00
tox.ini Add note to tox.ini for others 2016-02-25 14:43:52 -06:00