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 6f65aa4 commit 7db23deCopy full SHA for 7db23de
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