Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update exclude list for 3.11
  • Loading branch information
hugovk committed Sep 13, 2023
commit 6bbcdfc596341fd61e4bb3b7aab6087201a12e2e
19 changes: 3 additions & 16 deletions Lib/test/.ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,9 @@ select = [
"F811", # Redefinition of unused variable (useful for finding test methods with the same name)
]
extend-exclude = [
# Failed to lint
"badsyntax_pep3120.py",
"encoded_modules/module_iso_8859_1.py",
"encoded_modules/module_koi8_r.py",
# Failed to parse
"badsyntax_3131.py",
"support/socket_helper.py",
"test_fstring.py",
# TODO Fix: F811 Redefinition of unused name
"test__opcode.py",
# # TODO Fix: F811 Redefinition of unused name
"test_buffer.py",
"test_ctypes/test_arrays.py",
"test_ctypes/test_functions.py",
"test_dataclasses/__init__.py",
"test_dataclasses.py",
"test_descr.py",
"test_enum.py",
"test_functools.py",
Expand All @@ -26,10 +15,8 @@ extend-exclude = [
"test_keywordonlyarg.py",
"test_pkg.py",
"test_subclassinit.py",
"test_tokenize.py",
"test_typing.py",
"test_unittest/testmock/testpatch.py",
"test_yield_from.py",
"time_hashlib.py",
# Pending https://github.com/python/cpython/pull/109139
"test_monitoring.py",
]