Skip to content

Commit

Permalink
Exclude patch files from pre-commit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695430402
  • Loading branch information
asraa authored and copybara-github committed Nov 11, 2024
1 parent 786f4a4 commit 05a09b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
Expand Down Expand Up @@ -63,4 +64,4 @@ repos:
- mdformat-gfm
- mdformat-frontmatter

exclude: bazel/llvm.patch
exclude: patches/.*\.patch$

0 comments on commit 05a09b4

Please sign in to comment.