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 b8dfc9a8e2 Start testing ConfigFileFinder.local_config_files
Make sure extra_config_files are all absolute paths and filter them
in local_config_files to ensure they exist.
2016-01-10 09:39:37 -06:00
flake8 Start testing ConfigFileFinder.local_config_files 2016-01-10 09:39:37 -06:00
tests Start testing ConfigFileFinder.local_config_files 2016-01-10 09:39:37 -06:00
.gitignore Bare bones of a notification system 2015-12-28 23:32:42 -06:00
DESIGN.rst Fix logic for Notifier.listeners_for 2015-12-29 23:28:20 -06:00
setup.py Add the options submodule to the package 2016-01-09 12:55:43 -06:00
tox.ini Allow users to pass args to py.test via tox 2016-01-10 09:05:21 -06:00