From 963065e997834095f4451db4cff160f7d271f4b4 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Sun, 26 Oct 2025 16:59:10 -0700 Subject: [PATCH] Pre commit: Exclude benchmark results for typo and line ending checks. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d6277ab..076ae4de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,12 +17,14 @@ repos: - id: detect-private-key - id: mixed-line-ending args: ["--fix=no"] + exclude: "^target/" - id: no-commit-to-branch - repo: https://github.com/crate-ci/typos rev: v1.38.1 hooks: - id: typos args: [] + exclude: "^target/" - repo: local hooks: - id: cargo clippy