From eca42160f03ddaf79cfe997731a81d72629e8bbe Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Sun, 6 Oct 2024 16:59:46 +0200 Subject: [PATCH] chore(pre-commit): comment out cargo clippy, until we resolve all warnings --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 156fd47..e5e26b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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