We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43baddc commit d8c00d2Copy full SHA for d8c00d2
Lib/test/.ruff.toml
@@ -8,9 +8,6 @@ extend-exclude = [
8
# Failed to lint
9
"encoded_modules/module_iso_8859_1.py",
10
"encoded_modules/module_koi8_r.py",
11
- # Failed to parse
12
- "support/socket_helper.py",
13
- "test_fstring.py",
14
# TODO Fix: F811 Redefinition of unused name
15
"test__opcode.py",
16
"test_buffer.py",
@@ -26,7 +23,6 @@ extend-exclude = [
26
23
"test_keywordonlyarg.py",
27
24
"test_pkg.py",
28
25
"test_subclassinit.py",
29
- "test_unittest/testmock/testpatch.py",
30
"test_yield_from.py",
31
"time_hashlib.py",
32
# Pending https://github.com/python/cpython/pull/109139
0 commit comments