Skip to content
Closed
Changes from all commits
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
4 changes: 0 additions & 4 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ ignore = [
# flake8-implicit-str-concat
"ISC003", # explicit-string-concatenation

# pyupgrade
# Should probably fix these
"UP006", # non-pep585-annotation

# Ruff Specific

# This code is problematic because using instantiated types as defaults is so common across the codebase.
Expand Down
Loading