1
0
Fork
You've already forked pre-commit-rust
0
No description
  • YAML 100%
2023年12月09日 14:03:11 +01:00
.pre-commit-config.yaml Initial Commit 2023年12月08日 20:54:16 +01:00
.pre-commit-hooks.yaml Changed: Wording 2023年12月09日 14:03:11 +01:00
hooks.yaml Initial Commit 2023年12月08日 20:54:16 +01:00
README.md Initial Commit 2023年12月08日 20:54:16 +01:00

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:insta

Passing arguments to rustfmt

- repo:https://codeberg.org/stupeflo/pre-commit-rustrev:v1.0.0hooks:- id:fmtargs:['--verbose','--edition','2018','--']