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]