aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake812
1 files changed, 12 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 000000000..f7b40d748
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,12 @@
+[flake8]
+ignore = E115,E265,W503
+max-line-length = 100
+exclude = rc_*.py,*_rc.py,ui_*.py
+per-file-ignores =
+ # for init_test_paths() hack
+ *_test_*.py:E402
+ *_test.py:E402
+ *bug_*.py:E402
+ test_*.py:E402
+ signal_across_threads.py:E402
+ __init__.py:F401,E402