Skip to content

Commit

Permalink
remap TRY302 -> TRY203
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Oct 23, 2024
1 parent a0860b8 commit 5b92ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lint.select = [
"T20", # flake8-print
"TID251", # Banned imports
"TRY004", # Prefer TypeError exception for invalid type
"TRY302", # Remove exception handler; error is immediately re-raised
"TRY203", # Remove exception handler; error is immediately re-raised
"UP", # pyupgrade
"W", # pycodestyle
]
Expand Down

0 comments on commit 5b92ac2

Please sign in to comment.