diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-12-26 22:04:27 +0100 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-12-26 22:04:27 +0100 |
commit | ae51676d767f8ea514a62f050e670ada435ad91d (patch) | |
tree | 27fae57b609f88a60129d9dd7546695d5165ecb7 | |
parent | cfb8ae513add75757e9e19d912bb8b8300f05b94 (diff) | |
download | python-setuptools-git-ae51676d767f8ea514a62f050e670ada435ad91d.tar.gz |
Drop non-existing site-patch.py from flake8
-rw-r--r-- | .flake8 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,5 +13,4 @@ ignore = # Allow certain violations in certain files: per-file-ignores = - setuptools/site-patch.py: F821 setuptools/py*compat.py: F811 |