Files
rio/.pre-commit-config.yaml
T
2025-02-23 11:44:35 +01:00

16 lines
446 B
YAML

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