Skip to content

Commit 5957eb9

Browse files
committed
Update pyproject.toml
1 parent 93be189 commit 5957eb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ ignore = [
134134
]
135135

136136
[tool.ruff.lint.per-file-ignores]
137+
"scripts/*.py" = [
138+
"EM102", # f-string-in-exception
139+
"RET504", # unnecessary-assign
140+
"T201", # print
141+
"TRY003", # raise-vanilla-args
142+
]
137143
"!__init__.py" = [
138144
"D", # pydocstyle
139145
]

0 commit comments

Comments
 (0)