summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..5f68dc3
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,6 @@
+[flake8]
+# E501: line length
+# E302: blank lines
+# E127: continuation indent
+ignore = E501,E302,E127
+exclude = .git,venv