Skip to content

Commit

Permalink
Merge pull request #1134 from sdr-enthusiasts/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
chore(deps): Update pre-commit hooks
  • Loading branch information
fredclausen authored Mar 24, 2024
2 parents 5a9c691 + 52235c5 commit 8c7bbd9
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.0.0-beta.2
rev: v9.0.0-rc.0
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -70,7 +70,7 @@ repos:
types: [text]
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|acarshub-typescript/package.json|acarshub-typescript/package-lock.json)
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
Expand Down

0 comments on commit 8c7bbd9

Please sign in to comment.