contego/.pre-commit-config.yaml
2024-09-24 00:14:53 +03:00

9 lines
179 B
YAML

repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
args: ["--verbose", "--"]
- id: cargo-check
- id: clippy