mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
8 lines
170 B
YAML
8 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
|