aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-04 22:06:07 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-04 22:06:07 +0200
commite211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch)
tree8bb441e8528056806e129c5d45b3770bbaa0fd31 /.flake8
parentAdd job tags. (diff)
Set up GitLab CI properly.
Diffstat (limited to '.flake8')
-rw-r--r--.flake85
1 files changed, 5 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..d34064b1
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,5 @@
+[flake8]
+max-line-length=100
+application_import_names=pysite
+exclude=__pycache__, venv, .venv, **/migrations
+import-order-style=pycharm