Skip to content

Commit 773dbd8

Browse files
committed
Add exceptions
1 parent 5b55040 commit 773dbd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ignore = [
3131
"ANN401",
3232
"TRY003",
3333
"G004",
34+
"TRY201",
3435
]
3536

3637
select = [
@@ -155,6 +156,7 @@ inline-quotes = "single"
155156
"types.py" = ["D", "E501"] # Ignore docstring and annotation issues in types.py
156157
"proto_utils.py" = ["D102", "PLR0911"]
157158
"helpers.py" = ["ANN001", "ANN201", "ANN202"]
159+
"scripts/*.py" = ["INP001"]
158160

159161
[format]
160162
exclude = [

0 commit comments

Comments
 (0)