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