Skip to content

Commit

Permalink
Merge pull request #1321 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 Dec 1, 2024
2 parents 14b7574 + 10a6879 commit 3fd0f02
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 @@ -50,7 +50,7 @@ repos:
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.14.0
rev: v9.16.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.4
rev: 0.30.0
hooks:
- id: check-github-actions
- id: check-github-workflows

0 comments on commit 3fd0f02

Please sign in to comment.