diff options
author | 2018-09-01 18:41:31 +0200 | |
---|---|---|
committer | 2018-09-01 18:41:31 +0200 | |
commit | 8b4d482db68ec1f23714864ba06acb584ade79e8 (patch) | |
tree | 0c5766198c868c9c258f0ccabf1b78a6532d4c7e | |
parent | Add a creation route. (diff) |
Ignore migrations file in `flake8`.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ max-line-length=120 application_import_names=pysite ignore=P102,B311,W503,E226,S311,E241 -exclude=__pycache__, venv, .venv, tests +exclude=__pycache__, venv, .venv, tests, **/migrations import-order-style=pycharm |