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 37b92cd4b4 Fix logic for Notifier.listeners_for
Add tests for proper logic around notifier
2015-12-29 23:28:20 -06:00
flake8 Fix logic for Notifier.listeners_for 2015-12-29 23:28:20 -06:00
tests Fix logic for Notifier.listeners_for 2015-12-29 23:28:20 -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 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