aboutsummaryrefslogtreecommitdiffstats
path: root/python/.flake8
diff options
context:
space:
mode:
Diffstat (limited to 'python/.flake8')
-rw-r--r--python/.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.flake8 b/python/.flake8
index 34f6131c..bb1baa71 100644
--- a/python/.flake8
+++ b/python/.flake8
@@ -10,4 +10,4 @@ max-line-length = 120
per-file-ignores =
*/__init__.py: F401
tests/*.py: F401,F811
- tests/transform_csl.py: W291
+ tests/transform_csl.py: F401,F811,W291