Skip to content

Commit 4970a94

Browse files
committed
fix pyproject
1 parent b2680c3 commit 4970a94

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
@@ -54,6 +54,7 @@ lint.ignore = [
5454
"B010", # setattr
5555
"F401", # unused imports
5656
"ARG002", # unused arguments
57+
"SIM105", # try-except-pass
5758
]
5859

5960
[tool.ruff.format]

0 commit comments

Comments
 (0)