summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-12-26 22:05:03 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-12-26 22:05:03 +0100
commit5f4153bfb8c131467a47d05407325bb6b10dd992 (patch)
tree6452306d15287f9f78e4f5c11dbdc801d51d786c
parentae51676d767f8ea514a62f050e670ada435ad91d (diff)
downloadpython-setuptools-git-5f4153bfb8c131467a47d05407325bb6b10dd992.tar.gz
Drop unmached py*compat.py ignore rule from flake8
-rw-r--r--.flake84
1 files changed, 0 insertions, 4 deletions
diff --git a/.flake8 b/.flake8
index 42d9c477..2fb438d5 100644
--- a/.flake8
+++ b/.flake8
@@ -10,7 +10,3 @@ ignore =
W504
# Black creates whitespace before colon
E203
-
-# Allow certain violations in certain files:
-per-file-ignores =
- setuptools/py*compat.py: F811