mirror of
https://github.com/bootandy/dust.git
synced 2025-12-05 20:40:11 -08:00
12 lines
266 B
YAML
12 lines
266 B
YAML
repos:
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
|
rev: v1.0
|
|
hooks:
|
|
- id: cargo-check
|
|
stages: [commit]
|
|
- id: fmt
|
|
stages: [commit]
|
|
- id: clippy
|
|
args: [--all-targets, --all-features]
|
|
stages: [commit]
|