ci:
skip:
- cargo-fix
repos:
- repo: https://github.com/jvllmr/pre-commit-cargo
rev: c8489ddc7d198af94135f31c3a70cf708e98f069
hooks:
- id: cargo-fix
- id: cargo-fmt
- repo: https://github.com/jvllmr/pre-commit-prettier
rev: v3.4.2
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.1"
hooks:
- id: ruff
args:
- --fix
- id: ruff-format