Skip to content

Commit f1cf350

Browse files
committed
Remapped TRY302 to TRY203
1 parent 7fdbd57 commit f1cf350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ lint.select = [
278278
"TID251", # Banned imports
279279
"TRY004", # Prefer TypeError exception for invalid type
280280
# "TRY200", # TRY200 has been remapped to B904
281-
"TRY302", # Remove exception handler; error is immediately re-raised
281+
"TRY203", # Remove exception handler; error is immediately re-raised
282282
"UP", # pyupgrade
283283
"W", # pycodestyle
284284
]

0 commit comments

Comments
 (0)