From fa43431e34c31d9e6fe64d095d5ed825772f46a8 Mon Sep 17 00:00:00 2001 From: mrbuche Date: Fri, 2 Aug 2024 13:09:00 -0600 Subject: [PATCH] precommmit --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54600c3..e828df7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,9 @@ repos: rev: v1.1.0 hooks: - id: clippy - name: clippy args: ['--', '-D', 'warnings'] - id: clippy - name: clippy python + name: cargo clippy --features python args: ['--features', 'python', '--', '-D', 'warnings'] - id: fmt - repo: local