summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.flake87
1 files changed, 5 insertions, 2 deletions
diff --git a/.flake8 b/.flake8
index 8bc2d270..bd097eec 100644
--- a/.flake8
+++ b/.flake8
@@ -10,5 +10,8 @@ ignore =
W504
# Black creates whitespace before colon
E203
- setuptools/site-patch.py F821
- setuptools/py*compat.py F811
+
+# Allow certain violations in certain files:
+per-file-ignores =
+ setuptools/site-patch.py: F821
+ setuptools/py*compat.py: F811