Skip to content

Commit

Permalink
Merge pull request #163 from sdr-enthusiasts/auto-update-pre-commit-h…
Browse files Browse the repository at this point in the history
…ooks

chore(pre-commit): auto update hooks
  • Loading branch information
fredclausen authored Oct 24, 2024
2 parents a633d58 + 462e6c1 commit e2962fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# lint yaml, line and whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -12,7 +12,7 @@ repos:

# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.13.0-beta
rev: v2.13.1-beta
hooks:
- id: hadolint

Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.2
rev: 0.29.4
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit e2962fb

Please sign in to comment.