Skip to content

Commit d8c00d2

Browse files
authored
Lint: Remove files that no longer fail to parse or with F811 (#110356)
1 parent 43baddc commit d8c00d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/.ruff.toml

-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ extend-exclude = [
88
# Failed to lint
99
"encoded_modules/module_iso_8859_1.py",
1010
"encoded_modules/module_koi8_r.py",
11-
# Failed to parse
12-
"support/socket_helper.py",
13-
"test_fstring.py",
1411
# TODO Fix: F811 Redefinition of unused name
1512
"test__opcode.py",
1613
"test_buffer.py",
@@ -26,7 +23,6 @@ extend-exclude = [
2623
"test_keywordonlyarg.py",
2724
"test_pkg.py",
2825
"test_subclassinit.py",
29-
"test_unittest/testmock/testpatch.py",
3026
"test_yield_from.py",
3127
"time_hashlib.py",
3228
# Pending https://github.com/python/cpython/pull/109139

0 commit comments

Comments
 (0)