Skip to content

Commit b90e86a

Browse files
PEP8 Standard E701 (#252)
1 parent effab5b commit b90e86a

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)