chore(pre-commit): add cargo-check and clippy checks

This commit is contained in:
Mikolaj Wielgus 2024-10-06 05:33:43 +02:00
parent ede2cc2c32
commit 2e79cae432
1 changed files with 2 additions and 0 deletions

View File

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