Skip to content

Commit c3d1ce9

Browse files
committed
Merge branch 'main' into ERA001_adjust
2 parents 5c48c4a + b90e86a commit c3d1ce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ lint.ignore = [
9191
"T201", # `print` found"
9292
"SIM105", # Use `contextlib.suppress`
9393
"S110", # `try`-`except`-`pass` detected, consider logging the exception
94-
"E701", # Multiple statements on one line (colon)
9594
]
9695
[tool.ruff.lint.per-file-ignores]
9796
"*/__init__.py" = [

0 commit comments

Comments
 (0)