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