mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
chore: exclude tests from ruff linting
This commit is contained in:
@@ -31,7 +31,10 @@ dev = [
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
exclude = [
|
exclude = [
|
||||||
"lib/crewai/src/crewai/cli/templates",
|
"lib/crewai/src/crewai/cli/templates",
|
||||||
|
"lib/crewai/tests/",
|
||||||
|
"lib/crewai-tools/tests/",
|
||||||
]
|
]
|
||||||
|
force-exclude = true
|
||||||
fix = true
|
fix = true
|
||||||
target-version = "py310"
|
target-version = "py310"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user