aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
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