diff options
author | 2018-09-18 22:14:18 +0200 | |
---|---|---|
committer | 2018-09-18 22:14:18 +0200 | |
commit | 0270f382dd2666d0be31fbf6dbb2f2b951d7329d (patch) | |
tree | abc92b1b44a6ac51ee8b9bde9ed12a60d74cd170 /.flake8 | |
parent | Add documentation. (diff) |
Add missing `application_import_names`.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [flake8] max-line-length=100 -application_import_names=pysite +application_import_names=admin,api,home,pysite,wiki exclude=__pycache__, venv, .venv, **/migrations import-order-style=pycharm |