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 a4042d6d69 Start fleshing out flake8.utils
Add parse_comma_separated_list, normalize_path, and normalize_paths and
add logic in OptionManager.parse_args to use the right normalize_path*
function based on comma_separated_list value of the option.
2016-01-09 15:58:26 -06:00
flake8 Start fleshing out flake8.utils 2016-01-09 15:58:26 -06:00
tests/unit Start fleshing out flake8.utils 2016-01-09 15:58:26 -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 Add mock to list of test dependencies 2016-01-09 12:56:03 -06:00