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 3b64ff2a1f Make Plugin.load_plugin raise a Flake8 exception
Let's catch exceptions, log them, and re-raise as a FailedToLoad
exception. This also refactors the actually loading of plugins into a
private method on the Plugin class.
2016-01-22 09:04:52 -06:00
docs Note that we need at least Sphinx 1.3 2016-01-19 07:27:39 -06:00
flake8 Make Plugin.load_plugin raise a Flake8 exception 2016-01-22 09:04:52 -06:00
tests Make Plugin.load_plugin raise a Flake8 exception 2016-01-22 09:04:52 -06:00
.gitignore Start creating documentation 2016-01-19 07:19:16 -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 for new entry-points and packages 2016-01-16 07:04:55 -06:00
tox.ini Note that we need at least Sphinx 1.3 2016-01-19 07:27:39 -06:00