chore(pre-commit): comment out cargo clippy, until we resolve all warnings

This commit is contained in:
Mikolaj Wielgus 2024-10-06 16:59:46 +02:00
parent 2e79cae432
commit eca42160f0
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ repos:
rev: v1.0
hooks:
- id: fmt
- id: clippy
#- id: clippy
#args: []
- id: cargo-check
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0