mirror of https://codeberg.org/topola/topola.git
chore(pre-commit): comment out cargo clippy, until we resolve all warnings
This commit is contained in:
parent
2e79cae432
commit
eca42160f0
|
|
@ -3,7 +3,8 @@ repos:
|
||||||
rev: v1.0
|
rev: v1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
- id: fmt
|
||||||
- id: clippy
|
#- id: clippy
|
||||||
|
#args: []
|
||||||
- id: cargo-check
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue