mirror of https://codeberg.org/topola/topola.git
chore(pre-commit): add cargo-check and clippy checks
This commit is contained in:
parent
ede2cc2c32
commit
2e79cae432
|
|
@ -3,6 +3,8 @@ repos:
|
||||||
rev: v1.0
|
rev: v1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
- id: fmt
|
||||||
|
- id: clippy
|
||||||
|
- id: cargo-check
|
||||||
- repo: https://github.com/compilerla/conventional-pre-commit
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||||
rev: v3.4.0
|
rev: v3.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue