From 84c6203a571f9bcdf2529fe5a336f9cbaab62323 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Fri, 26 Oct 2018 19:42:36 +0200 Subject: Ignore warning to workaround flake8 bug. --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 7c2490f8..2f0a95fb 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,6 @@ [flake8] max-line-length=100 +ignore=S106 application_import_names=admin,api,home,pysite,wiki exclude=__pycache__, venv, .venv, **/migrations import-order-style=pycharm -- cgit v1.2.3