mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fixes #2571 Co-authored-by: Devin AI <devin-ai-integration[bot]@users.noreply.github.com> Co-Authored-By: Joe Moura <joao@crewai.com>
10 lines
242 B
YAML
10 lines
242 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.8.2
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--fix"]
|
|
exclude: ^src/crewai/cli/templates/
|
|
- id: ruff-format
|
|
exclude: ^src/crewai/cli/templates/
|