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 691bdc97ea Add option to disable # noqa
Sometimes it is nice to be able to ignore what someone has used #noqa
on and see what the results would be. This can also be specified in a
config file to prevent people from using # noqa in a code base.
2016-02-03 21:11:27 -06:00
docs Add documentation around plugin notifications and pyflakes 2016-02-01 20:33:18 -06:00
flake8 Add option to disable # noqa 2016-02-03 21:11:27 -06:00
tests Add handling and decision making for select and ignore 2016-02-02 20:48:26 -06:00
.gitignore Start creating documentation 2016-01-19 07:19:16 -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 Add handling and decision making for select and ignore 2016-02-02 20:48:26 -06:00
tox.ini Note that we need at least Sphinx 1.3 2016-01-19 07:27:39 -06:00