Skip to content

Commit 97b8f42

Browse files
authored
Merge pull request #1489 from sdr-enthusiasts/auto-update-pre-commit-hooks
chore(pre-commit): auto update hooks
2 parents fd1df68 + 3fc2b9e commit 97b8f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# lint yaml, line and whitespace
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
4+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
55
hooks:
66
- id: check-yaml
77
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/)
@@ -50,7 +50,7 @@ repos:
5050
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)
5151

5252
- repo: https://github.com/pre-commit/mirrors-eslint
53-
rev: ed3f17e5aff0d02bba2331d3ad981bb035b50239 # frozen: v9.31.0
53+
rev: ba2f2491a21a5c119026624fcdc033831c434c12 # frozen: v9.33.0
5454
hooks:
5555
- id: eslint
5656
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -70,7 +70,7 @@ repos:
7070
types: [text]
7171
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|acarshub-typescript/package.json|acarshub-typescript/package-lock.json)
7272
- repo: https://github.com/shellcheck-py/shellcheck-py
73-
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # frozen: v0.10.0.1
73+
rev: 745eface02aef23e168a8afb6b5737818efbea95 # frozen: v0.11.0.1
7474
hooks:
7575
- id: shellcheck
7676
- repo: https://github.com/sirosen/check-jsonschema

0 commit comments

Comments
 (0)