mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
chore: exclude tests from ruff linting
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user