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
2015-12-29 23:04:36 -06:00
flake8 Start adding tests for Notifier class 2015-12-29 23:04:36 -06:00
tests Start adding tests for Notifier class 2015-12-29 23:04:36 -06:00
.gitignore Bare bones of a notification system 2015-12-28 23:32:42 -06:00
DESIGN.rst Update with extra info about plugins 2015-12-18 13:49:59 -06:00
setup.py Bare bones of a notification system 2015-12-28 23:32:42 -06:00
tox.ini Bare bones of a notification system 2015-12-28 23:32:42 -06:00