diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a74a041f..971310ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/) @@ -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 @@ -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 @@ -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