mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-06 13:19:51 -06:00
14 lines
339 B
YAML
14 lines
339 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.3.5
|
|
hooks:
|
|
- id: ruff
|
|
args: [--select, F401, --fix]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v4.0.0-alpha.8
|
|
hooks:
|
|
- id: prettier
|
|
exclude: '\.md$'
|