Skip to content

Commit

Permalink
don't format diff files, reduce autoupdate frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed May 3, 2024
1 parent 9ab739e commit 015ded2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ repos:
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: '.*\.diff$'
- id: check-yaml
- id: trailing-whitespace
exclude: '.*\.diff$'
- id: check-added-large-files
- id: mixed-line-ending
exclude: '.*\.diff$'
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
hooks:
Expand All @@ -19,3 +22,5 @@ repos:
rev: v0.11.0
hooks:
- id: yamlfmt
ci:
autoupdate_schedule: quarterly

0 comments on commit 015ded2

Please sign in to comment.