aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index ef866035b..5148db39e 100644
--- a/.flake8
+++ b/.flake8
@@ -5,5 +5,6 @@ exclude = rc_*.py,*_rc.py,ui_*.py
per-file-ignores =
# for init_test_paths() hack
*_test_*.py:E402
+ *_test.py:E402
__init__.py:F401,E402