contego/.pre-commit-config.yaml
2023-04-12 03:42:58 +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