From 8b760e4b6f88034c772a2363075a9973c4085f9d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 7 Mar 2026 12:01:58 +0100 Subject: [PATCH] ruff config updated --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ee53ec..ae57b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,12 @@ markers = [ "runner: requires to have an compiled runner executable"] [tool.ruff] -lint.ignore = ["E501", "E226", "E265"] +ignore = [ + "E501", + "E226", + "E265", + "C901" +] # Equivalent to Flake8's "exclude" exclude = [