contego/.pre-commit-config.yaml

9 lines
179 B
YAML
Raw Normal View History

2024-09-23 23:14:53 +02:00
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
args: ["--verbose", "--"]
- id: cargo-check
- id: clippy