mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
9 lines
170 B
YAML
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
|