Rust tools package for pre-commit.
This a fork of the fork of the original repo.
Additions are:
- Cargo Machete - https://github.com/lklimek/cargo-machete/blob/main/README.md
- Cargo LLVM Cov - https://github.com/taiki-e/cargo-llvm-cov
- Cargo Test - run tests
- repo: https://github.com/ivy-net/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: cargo-check
- repo: https://github.com/ivy-net/pre-commit-rust
rev: master
hooks:
- id: fmt
args: ['--verbose', '--edition', '2018', '--']