mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
10 lines
212 B
YAML
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"
|