Skip to content

Commit

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

chore(pre-commit): auto update hooks
  • Loading branch information
fredclausen authored Oct 19, 2024
2 parents b8e36cd + 5939329 commit cf23602
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 cf23602

Please sign in to comment.