aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 22:14:18 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 22:14:18 +0200
commit0270f382dd2666d0be31fbf6dbb2f2b951d7329d (patch)
treeabc92b1b44a6ac51ee8b9bde9ed12a60d74cd170 /.flake8
parentAdd documentation. (diff)
Add missing `application_import_names`.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index d34064b1..7c2490f8 100644
--- a/.flake8
+++ b/.flake8
@@ -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