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
Comment the rule
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
hugovk and AlexWaygood authored Sep 9, 2023
commit d14c002cd216945e4d2b36cd332edfdb8f914501
2 changes: 1 addition & 1 deletion Lib/test/.ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
select = [
"F811",
"F811", # Redefinition of unused variable (useful for finding test methods with the same name)
Comment thread
AlexWaygood marked this conversation as resolved.
]
extend-exclude = [
# Failed to lint
Expand Down