aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 4b911cad5..23de0bf96 100644
--- a/.flake8
+++ b/.flake8
@@ -4,4 +4,4 @@ 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