mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-06 05:09:43 -06:00
14 lines
359 B
YAML
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$'
|