Skip to content

Commit

Permalink
Instruct pre-commit hook to ignore .patch
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek committed Aug 28, 2023
1 parent 0cb76bb commit bbb2c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ repos:
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: (.vscode|go.sum|go.mod)
exclude: (.vscode|go.sum|go.mod|\.patch$)

0 comments on commit bbb2c18

Please sign in to comment.