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 45d470927c Load plugins of each type idempotently
* Do not pass too many arguments to provide_options or register_options
* Sub-class PluginTypeManager for both Listeners and Formatters
2016-01-16 07:03:37 -06:00
flake8 Load plugins of each type idempotently 2016-01-16 07:03:37 -06:00
tests Add tests around merge_user_and_local_config and parse 2016-01-10 22:07:30 -06:00
.gitignore Ignore test log files 2016-01-10 13:15:14 -06:00
DESIGN.rst Fix logic for Notifier.listeners_for 2015-12-29 23:28:20 -06:00
setup.cfg Update setup.py 2016-01-10 12:01:22 -06:00
setup.py Add more docstrings and fix lint errors 2016-01-10 14:47:06 -06:00
tox.ini Add flake8 linting as a testenv 2016-01-10 14:53:26 -06:00