fix: change ref, lint

This commit is contained in:
Greyson Lalonde
2025-09-27 17:25:15 -04:00
parent 4d79c41a06
commit 6fd2d8e19b
12 changed files with 30 additions and 30 deletions

View File

@@ -7,16 +7,18 @@ repos:
language: system
types: [python]
files: ^lib/crewai/src/
exclude: ^lib/crewai/
- id: ruff-format
name: ruff-format
entry: uv run ruff format
language: system
types: [python]
files: ^lib/crewai/src/
exclude: ^lib/crewai/
- id: mypy
name: mypy
entry: uv run mypy
language: system
types: [python]
files: ^lib/crewai/src/
exclude: ^lib/crewai/tests/
exclude: ^lib/crewai/