Files
crewAI/.pre-commit-config.yaml
Braelyn Boynton c6471814b3 merge upstream
2024-05-28 16:45:20 -07:00

10 lines
212 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
- id: ruff
args: ["--fix"]
exclude: "templates"
- id: ruff-format
exclude: "templates"