Skip to content

Commit

Permalink
Update pre-commit.yaml
Browse files Browse the repository at this point in the history
This is needed for my linter to work properly, not sure if other's are
having similar issues or if this breaks anything
  • Loading branch information
joereuss12 committed Feb 20, 2024
1 parent 560c7ee commit 58b9de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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
exclude: github_scripts/pelican_protocol.patch
Expand All @@ -14,6 +14,6 @@ repos:
- id: check-added-large-files
args: ['--maxkb=1024']
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.56.2
hooks:
- id: golangci-lint

0 comments on commit 58b9de9

Please sign in to comment.