Skip to content

Commit f2e6c1a

Browse files
Ignore ruff/tryceratops rule TRY301
TRY301 Abstract `raise` to an inner function
1 parent 1bc4ad5 commit f2e6c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ ignore = [
203203
"RET506",
204204
"SIM108",
205205
"TRY003",
206+
"TRY301",
206207
"UP007",
207208
"UP038", # https://github.com/astral-sh/ruff/issues/7871
208209
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)