aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-10-26 19:42:36 +0200
committerGravatar Johannes Christ <[email protected]>2018-10-26 19:42:36 +0200
commit84c6203a571f9bcdf2529fe5a336f9cbaab62323 (patch)
tree6c1d1a4caadccab5769cb6413e8dcfc786d4cd13 /.flake8
parentUse proper `noqa` comment. (diff)
Ignore warning to workaround flake8 bug.
Diffstat (limited to '.flake8')
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
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