Skip to content

Commit

Permalink
make pre-commit ignore .diff and .patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 16, 2024
1 parent 915d507 commit 5c24e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ repos:
rev: v3.2.0
hooks:
- id: trailing-whitespace
exclude: \.(diff|patch)$
- id: end-of-file-fixer
exclude: \.(diff|patch)$
- id: check-yaml
- id: check-added-large-files

Expand Down

0 comments on commit 5c24e1a

Please sign in to comment.