mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-17 02:31:02 +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
|