Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Oct 13, 2024
1 parent 22c83e6 commit 5939329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/)
Expand All @@ -20,14 +20,14 @@ repos:

# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.13.0-beta
rev: v2.13.1-beta
hooks:
- id: hadolint
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/)

# lint python formatting
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

Expand All @@ -50,7 +50,7 @@ repos:
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.0
rev: v9.12.0
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -74,7 +74,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

0 comments on commit 5939329

Please sign in to comment.