diff --git a/pyproject.toml b/pyproject.toml index c2b224d..5577c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,6 @@ lint.ignore = [ "T201", # `print` found" "SIM105", # Use `contextlib.suppress` "S110", # `try`-`except`-`pass` detected, consider logging the exception - "E701", # Multiple statements on one line (colon) ] [tool.ruff.lint.per-file-ignores] "*/__init__.py" = [