mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-01 16:39:29 -05:00
16 lines
446 B
YAML
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]
|