Skip to content

Commit 466e208

Browse files
committed
Removed E701 from pyproject lint.ignore. Refs #243
1 parent effab5b commit 466e208

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
@@ -92,7 +92,6 @@ lint.ignore = [
9292
"T201", # `print` found"
9393
"SIM105", # Use `contextlib.suppress`
9494
"S110", # `try`-`except`-`pass` detected, consider logging the exception
95-
"E701", # Multiple statements on one line (colon)
9695
]
9796
[tool.ruff.lint.per-file-ignores]
9897
"*/__init__.py" = [

0 commit comments

Comments
 (0)