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 1312e4e0ef Add mypy env
There are still kinks to be worked out but this works reasonably well.
This will fail until we can figure out how to import things from the
typing module for the type: comments only. We do not want to add a
dependency on that backport only for this mypy env.
2016-02-21 13:09:44 -06:00
docs Add internal documentation around default formatters 2016-02-10 22:44:27 -06:00
flake8 Add mypy env 2016-02-21 13:09:44 -06:00
tests Fix Notifier.listeners_for 2016-02-19 18:55:01 -06:00
.gitignore Start creating documentation 2016-01-19 07:19:16 -06:00
.pylintrc Fix our evaluation formula 2016-02-19 15:30:54 -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 Be consistent in setup.py 2016-02-19 18:59:48 -06:00
tox.ini Add mypy env 2016-02-21 13:09:44 -06:00