Files
rio/.pre-commit-config.yaml
2024-09-13 12:10:26 +02:00

14 lines
359 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
hooks:
- id: ruff
args: [check, --select, F401, --select, I, --fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: '\.md$'