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
2016-01-10 13:14:09 -06:00
flake8 Add top-level function to configure logging 2016-01-10 13:13:08 -06:00
tests Add test configuration 2016-01-10 13:13:33 -06:00
.gitignore Ignore .eggs/ directory 2016-01-10 13:14:09 -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 Update setup.py 2016-01-10 12:01:22 -06:00
tox.ini Allow users to pass args to py.test via tox 2016-01-10 09:05:21 -06:00