aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 2f0a95fb..ee708c7c 100644
--- a/.flake8
+++ b/.flake8
@@ -1,6 +1,6 @@
[flake8]
max-line-length=100
ignore=S106
-application_import_names=admin,api,home,pysite,wiki
+application_import_names=pysite
exclude=__pycache__, venv, .venv, **/migrations
import-order-style=pycharm