coreutils/.pre-commit-config.yaml

9 lines
170 B
YAML
Raw Normal View History

2021-03-30 19:24:01 +00:00
# https://pre-commit.com
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: cargo-check
- id: clippy
- id: fmt