coreutils/.pre-commit-config.yaml
2021-03-30 21:24:01 +02:00

9 lines
170 B
YAML

# https://pre-commit.com
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: cargo-check
- id: clippy
- id: fmt