Skip to content

Commit

Permalink
chore(pre-commit): auto update hooks (#424)
Browse files Browse the repository at this point in the history
[create-pull-request] automated change

Co-authored-by: fredclausen <[email protected]>
  • Loading branch information
github-actions[bot] and fredclausen authored Oct 24, 2024
1 parent a5e12de commit d8194c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -13,7 +13,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 @@ -40,7 +40,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 All @@ -53,7 +53,7 @@ repos:

# lint python formatting
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
exclude: ^(acars_router/)
Expand Down

0 comments on commit d8194c8

Please sign in to comment.