chore: add commitizen linting with pre-commit
parent
52ef47f6fd
commit
1a4c3bcce5
|
@ -0,0 +1,11 @@
|
|||
repos:
|
||||
- repo: https://github.com/commitizen-tools/commitizen
|
||||
rev: master
|
||||
hooks:
|
||||
- id: commitizen
|
||||
stages: [commit-msg]
|
||||
- repo: https://github.com/doublify/pre-commit-rust
|
||||
rev: master
|
||||
hooks:
|
||||
- id: fmt
|
||||
- id: cargo-check
|
Loading…
Reference in New Issue