No description
| .pre-commit-config.yaml | Initial Commit | |
| .pre-commit-hooks.yaml | Changed: Wording | |
| hooks.yaml | Initial Commit | |
| README.md | Initial Commit | |
Rust hooks for pre-commit
Rust tools package for pre-commit. These hooks are greatly based on https://github.com/doublify/pre-commit-rust.
Using rust tools with pre-commit
- repo:https://codeberg.org/stupeflo/pre-commit-rustrev:v1.0.0hooks:- id:fmt- id:check- id:clippy- id:instaPassing arguments to rustfmt
- repo:https://codeberg.org/stupeflo/pre-commit-rustrev:v1.0.0hooks:- id:fmtargs:['--verbose','--edition','2018','--']