blob: 1fd184b0f23555159335048df79bec1fc64a88c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: cargo-check
args: ["--workspace"]
- id: fmt
args: ["--", "--check"]
- id: clippy
args: ["--", "-D", "warnings"]
|