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
Remove some exclusions which now parse
  • Loading branch information
hugovk committed Sep 12, 2023
commit 6ba396d1200a771e178ac408398bf0aba8e80b03
9 changes: 2 additions & 7 deletions Lib/test/.ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ extend-exclude = [
"encoded_modules/module_iso_8859_1.py",
"encoded_modules/module_koi8_r.py",
# Failed to parse
"mod_generics_cache.py",
"badsyntax_3131.py",
"support/socket_helper.py",
"test_builtin.py",
"test_fstring.py",
"test_funcattrs.py",
"test_functools.py",
"test_type_aliases.py",
"test_type_params.py",
"test_typing.py",
# TODO Fix: F811 Redefinition of unused name
"test__opcode.py",
"test_buffer.py",
Expand All @@ -26,12 +19,14 @@ extend-exclude = [
"test_dataclasses/__init__.py",
"test_descr.py",
"test_enum.py",
"test_functools.py",
"test_genericclass.py",
"test_grammar.py",
"test_import/__init__.py",
"test_keywordonlyarg.py",
"test_pkg.py",
"test_subclassinit.py",
"test_typing.py",
"test_unittest/testmock/testpatch.py",
"test_yield_from.py",
"time_hashlib.py",
Expand Down