diff options
author | 2019-09-22 15:15:27 -0400 | |
---|---|---|
committer | 2019-09-22 15:15:27 -0400 | |
commit | 9e30880df12d085b545ed3d429b2dcea3ea7d544 (patch) | |
tree | b3409f6be37e20ad8c4f67bcb0fe609647d6f93f /tox.ini | |
parent | Make defcon days command turn on defcon, refactor log messaging (diff) | |
parent | Fix date formatting bug in infraction search (diff) |
Merge branch 'master' into defcon-fix-django
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=120 -application_import_names=bot +application_import_names=bot,tests exclude=.cache,.venv ignore=B311,W503,E226,S311,T000 import-order-style=pycharm |