summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake88
1 files changed, 8 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..d66d7164
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,8 @@
+[flake8]
+exclude = .git,__pycache__,docs/,build,dist
+ignore =
+ W504, B007, B014, B008, B902, Q000,
+ N801, N802, N803, N806, N807, N811, N812, N813, N814, N815, N816, N817, N818
+
+# lines should not exceed 120 characters
+max-line-length = 120