aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake87
1 files changed, 7 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..b4d95b8
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,7 @@
+[flake8]
+select = E901,E999,F821,F822,F823
+count = True
+max-complexity = 10
+max-line-length = 120
+show-source = True
+statistics = True