chore: exclude tests from ruff linting

This commit is contained in:
Greyson LaLonde
2025-10-08 17:04:13 -04:00
parent 79d4e42e62
commit f9992d8d7a

View File

@@ -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"