7 lines
201 B
YAML
7 lines
201 B
YAML
repos:
|
|
- repo: https://github.com/cathiele/pre-commit-rust
|
|
rev: v0.1.0
|
|
hooks:
|
|
- id: cargo-fmt
|
|
- id: cargo-clippy
|
|
args: ["--all", "--all-features", "--", "-D", "warnings"]
|