From e46374ae474443a4207e62872328fc2adf4a97e0 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Thu, 29 Aug 2024 12:25:12 -0400 Subject: [PATCH] Add machete to all stages --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19756e870..dcaf8c314 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,6 @@ repos: - id: machete name: machete description: run cargo machete on the workspace - stages: [pre-push] entry: cargo machete language: system pass_filenames: false