Files
andyyyy64--whichllm/.pre-commit-config.yaml
2026-07-13 12:29:01 +08:00

8 lines
160 B
YAML

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