We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdbd57 commit f1cf350Copy full SHA for f1cf350
pyproject.toml
@@ -278,7 +278,7 @@ lint.select = [
278
"TID251", # Banned imports
279
"TRY004", # Prefer TypeError exception for invalid type
280
# "TRY200", # TRY200 has been remapped to B904
281
- "TRY302", # Remove exception handler; error is immediately re-raised
+ "TRY203", # Remove exception handler; error is immediately re-raised
282
"UP", # pyupgrade
283
"W", # pycodestyle
284
]
0 commit comments