From 466e208289975b326a9bb3a9cc8c467c985eb9e5 Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Tue, 24 Mar 2026 16:49:29 +0100 Subject: [PATCH] Removed E701 from pyproject lint.ignore. Refs #243 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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" = [