summaryrefslogtreecommitdiff
path: root/testenv/linters/flake8.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/linters/flake8.ini')
-rw-r--r--testenv/linters/flake8.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/testenv/linters/flake8.ini b/testenv/linters/flake8.ini
new file mode 100644
index 00000000..b58aef7a
--- /dev/null
+++ b/testenv/linters/flake8.ini
@@ -0,0 +1,7 @@
+[flake8]
+max-line-length = 160
+ignore = W503, E227, E241, E252
+# W503 line break before binary operator
+# E227 missing whitespace around bitwise or shift operator
+# E241 multiple spaces after
+# E252 missing whitespace around parameter equals