summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-10-04 14:31:03 (GMT)
committerGitHub <noreply@github.com>2023-10-04 14:31:03 (GMT)
commite658413e552b4053014e8d52e3b9153895aebfb3 (patch)
tree68284be2f86154627a97943c4db992e29f868ad6
parentbc1fe3549b32896ef0cbae3d2220ebeaf111d9b8 (diff)
downloadcpython-e658413e552b4053014e8d52e3b9153895aebfb3.zip
cpython-e658413e552b4053014e8d52e3b9153895aebfb3.tar.gz
cpython-e658413e552b4053014e8d52e3b9153895aebfb3.tar.bz2
[3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)
Remove files that no longer fail to parse
-rw-r--r--Lib/test/.ruff.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml
index 98da981..99521dd 100644
--- a/Lib/test/.ruff.toml
+++ b/Lib/test/.ruff.toml
@@ -9,8 +9,6 @@ extend-exclude = [
"encoded_modules/module_koi8_r.py",
# Failed to parse
"badsyntax_3131.py",
- "support/socket_helper.py",
- "test_fstring.py",
"test_lib2to3/data/bom.py",
"test_lib2to3/data/crlf.py",
"test_lib2to3/data/different_encoding.py",