From 0270f382dd2666d0be31fbf6dbb2f2b951d7329d Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 18 Sep 2018 22:14:18 +0200 Subject: Add missing `application_import_names`. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3