From 2641c853adf4f3d0f07378d89d8991dd0d8498b8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 30 Jul 2024 16:38:38 +0200 Subject: [PATCH] Remove cargo fmt temporarily. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb3879b2..cb181a70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: rev: v1.0 hooks: - id: fmt - - id: cargo-check + # - id: cargo-check - id: clippy - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.0