From f70ac05df6d48325c6238624117b037c5745b63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 6 Dec 2023 09:16:02 +0100 Subject: [PATCH] ruff does not check tests anymore --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e03ccf..f9d5718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ ignore = [ "PERF203", # try-except-in-loop ] extend-exclude = [ - "docs", "frontend" + "docs", "frontend", "tests" ] [tool.ruff.lint.mccabe]