Skip to content

Commit 963065e

Browse files
committed
Pre commit: Exclude benchmark results for typo and line ending checks.
1 parent 2bc452d commit 963065e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ repos:
1717
- id: detect-private-key
1818
- id: mixed-line-ending
1919
args: ["--fix=no"]
20+
exclude: "^target/"
2021
- id: no-commit-to-branch
2122
- repo: https://github.com/crate-ci/typos
2223
rev: v1.38.1
2324
hooks:
2425
- id: typos
2526
args: []
27+
exclude: "^target/"
2628
- repo: local
2729
hooks:
2830
- id: cargo clippy

0 commit comments

Comments
 (0)