summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2022-07-26 14:04:04 -0700
committerBenjamin Peterson <benjamin@python.org>2022-07-26 14:04:04 -0700
commit3b7efbcca41857da03fb01f004ccc425ab82dfbf (patch)
tree237cd32c6424412385c676d9cf71c44dcccdbc06
parent45f1a230f9cc8e48372e19627b91ac06a2013292 (diff)
downloadsix-git-master.tar.gz
Delete pep8ignore and flakes-ignore.HEADmaster
Fixes https://github.com/benjaminp/six/issues/351.
-rw-r--r--setup.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 317e016..b0633ae 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,11 +10,3 @@ license_file = LICENSE
[tool:pytest]
minversion=2.2.0
-pep8ignore =
- documentation/*.py ALL
- test_six.py ALL
-
-flakes-ignore =
- documentation/*.py ALL
- test_six.py ALL
- six.py UndefinedName