Files
crewAI/.pre-commit-config.yaml
Bowen Liang d44d3224cb sort imports
2024-12-09 22:40:21 +08:00

8 lines
154 B
YAML

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