summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..367e8ec
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,6 @@
+[flake8]
+max-line-length = 88
+max-complexity = 10
+# These checks violate PEP8 so let's ignore them
+extend-ignore = E203
+extend-exclude = */site-packages/*