diff --git a/pyproject.toml b/pyproject.toml index 56abd3d60..dd2344578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,10 @@ dev = [ [tool.ruff] exclude = [ "lib/crewai/src/crewai/cli/templates", + "lib/crewai/tests/", + "lib/crewai-tools/tests/", ] +force-exclude = true fix = true target-version = "py310"