10 lines
211 B
YAML
10 lines
211 B
YAML
repos:
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
|
rev: v1.0
|
|
hooks:
|
|
- id: fmt
|
|
- id: cargo-check
|
|
args: ['--tests']
|
|
- id: clippy
|
|
args: ['--tests', '--', '-D', 'warnings']
|