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 08:12:54 -06:00
flake8 Add docstrings to Notifier class 2015-12-29 08:12:54 -06:00
tests Bare bones of a notification system 2015-12-28 23:32:42 -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