We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c48c4a + b90e86a commit c3d1ce9Copy full SHA for c3d1ce9
pyproject.toml
@@ -91,7 +91,6 @@ lint.ignore = [
91
"T201", # `print` found"
92
"SIM105", # Use `contextlib.suppress`
93
"S110", # `try`-`except`-`pass` detected, consider logging the exception
94
- "E701", # Multiple statements on one line (colon)
95
]
96
[tool.ruff.lint.per-file-ignores]
97
"*/__init__.py" = [
0 commit comments