aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 96345cd..62947b1 100644
--- a/.flake8
+++ b/.flake8
@@ -9,7 +9,7 @@ select = C,E,F,W,ANN
ignore = ANN003,ANN101,ANN204,E265,E266,E501,W503,E203
per-file-ignores =
fatcat_scholar/__init__.py: F401
- tests/*.py: ANN201,ANN001,F403,F405
+ tests/*.py: ANN201,ANN001
exclude = .git,__pycache__,.venv
max-line-length = 88
max-complexity = 30