Skip to content

Commit

Permalink
chore: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
nobbs committed Jan 27, 2024
1 parent 9120486 commit 03df59a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,7 +17,6 @@ repos:
hooks:
- id: insert-license
files: \.go$
exclude: ^internal/ezmeral.hpe.com/.*$
args:
- --license-filepath
- .github/license-head-template.txt
Expand Down

0 comments on commit 03df59a

Please sign in to comment.