Files
rio/.pre-commit-config.yaml
T
2024-05-27 19:52:22 +02:00

14 lines
352 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
hooks:
- id: ruff
args: [--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$'