We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2680c3 commit 4970a94Copy full SHA for 4970a94
pyproject.toml
@@ -54,6 +54,7 @@ lint.ignore = [
54
"B010", # setattr
55
"F401", # unused imports
56
"ARG002", # unused arguments
57
+ "SIM105", # try-except-pass
58
]
59
60
[tool.ruff.format]
0 commit comments