diff options
author | 2018-08-07 15:09:08 +0100 | |
---|---|---|
committer | 2018-08-07 15:09:16 +0100 | |
commit | af54db6c136138c66cf5ca72419989525a0baa5c (patch) | |
tree | 8519aeab8d45277c51797c7dc23aacf3b56ed1bb /tox.ini | |
parent | A wizard is never late, nor is he early. (diff) |
Initial project layout for django
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=120 -application_import_names=pysite -ignore=P102,B311,W503,E226,S311 +application_import_names=pydis_django +ignore=P102,B311,W503,E226,S311,E241 exclude=__pycache__, venv, .venv, tests import-order-style=pycharm |