From 10a68792f84654b0380ffc08939d01992c1477fb Mon Sep 17 00:00:00 2001 From: fredclausen Date: Sun, 1 Dec 2024 01:56:41 +0000 Subject: [PATCH] [create-pull-request] automated change --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76985dc9..9480fbc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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