Files
LLMWiki/.pre-commit-config.yaml
2026-06-03 21:55:02 +08:00

7 lines
151 B
YAML

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