mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
19 lines
379 B
YAML
19 lines
379 B
YAML
repos:
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
|
rev: v0.0.229
|
|
hooks:
|
|
- id: ruff
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
rev: v0.10.1
|
|
hooks:
|
|
- id: validate-pyproject
|
|
|
|
- repo: local
|
|
hooks:
|
|
- id: cargo-fmt
|
|
name: cargo fmt
|
|
entry: cargo fmt --
|
|
language: rust
|
|
types: [rust]
|