Files
crewAI/.pre-commit-config.yaml
Devin AI 44abceffaa fix: Respect use_system_prompt in Converter regeneration
Fixes #2571

Co-authored-by: Devin AI <devin-ai-integration[bot]@users.noreply.github.com>

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-04-10 15:49:25 +00:00

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/