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
Temporarily exclude files with: F811 Redefinition of unused name
  • Loading branch information
hugovk committed Sep 8, 2023
commit a37828c3fe17852c597df913f7c0dff29b12f136
17 changes: 17 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,21 @@ extend-exclude = [
"Lib/test/test_type_aliases.py",
"Lib/test/test_type_params.py",
"Lib/test/test_typing.py",
# TODO Fix: F811 Redefinition of unused name
"Lib/test/test__opcode.py",
"Lib/test/test_buffer.py",
"Lib/test/test_ctypes/test_arrays.py",
"Lib/test/test_ctypes/test_functions.py",
"Lib/test/test_dataclasses/__init__.py",
"Lib/test/test_descr.py",
"Lib/test/test_enum.py",
"Lib/test/test_genericclass.py",
"Lib/test/test_grammar.py",
"Lib/test/test_import/__init__.py",
"Lib/test/test_keywordonlyarg.py",
"Lib/test/test_pkg.py",
"Lib/test/test_subclassinit.py",
"Lib/test/test_unittest/testmock/testpatch.py",
"Lib/test/test_yield_from.py",
"Lib/test/time_hashlib.py",
]