From 2e79cae432655ce384a31c8a26e68a4972831197 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Sun, 6 Oct 2024 05:33:43 +0200 Subject: [PATCH] chore(pre-commit): add cargo-check and clippy checks --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5a6120..156fd47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: