summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-10-04 13:11:32 (GMT)
committerGitHub <noreply@github.com>2023-10-04 13:11:32 (GMT)
commitd8c00d2a607242932359b995e4637c222fcb2284 (patch)
treeb37dfbe2cab7a48ea8ab4186030805859ef723a7
parent43baddc2b9557e06ca4f3427c0717bc3688ed3e4 (diff)
downloadcpython-d8c00d2a607242932359b995e4637c222fcb2284.zip
cpython-d8c00d2a607242932359b995e4637c222fcb2284.tar.gz
cpython-d8c00d2a607242932359b995e4637c222fcb2284.tar.bz2
Lint: Remove files that no longer fail to parse or with F811 (#110356)
-rw-r--r--Lib/test/.ruff.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml
index b1e6424..f4e68eb 100644
--- a/Lib/test/.ruff.toml
+++ b/Lib/test/.ruff.toml
@@ -8,9 +8,6 @@ extend-exclude = [
# Failed to lint
"encoded_modules/module_iso_8859_1.py",
"encoded_modules/module_koi8_r.py",
- # Failed to parse
- "support/socket_helper.py",
- "test_fstring.py",
# TODO Fix: F811 Redefinition of unused name
"test__opcode.py",
"test_buffer.py",
@@ -26,7 +23,6 @@ extend-exclude = [
"test_keywordonlyarg.py",
"test_pkg.py",
"test_subclassinit.py",
- "test_unittest/testmock/testpatch.py",
"test_yield_from.py",
"time_hashlib.py",
# Pending https://github.com/python/cpython/pull/109139