Skip to content

Commit

Permalink
Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
weastur committed Apr 11, 2024
1 parent 0639a16 commit 4d0c47b
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 @@ -5,7 +5,7 @@ ci:
skip: [hadolint]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
- id: markdownlint
exclude: ^(tests|.github)/.*$
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/jorisroovers/gitlint
Expand Down

0 comments on commit 4d0c47b

Please sign in to comment.