diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1627aa0..5b4d9e07 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.18.0 + rev: v9.19.0 hooks: - id: eslint files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx @@ -64,7 +64,7 @@ repos: - eslint-loader@1.6.1 - repo: https://github.com/codespell-project/codespell.git - rev: "v2.3.0" # Use the sha / tag you want to point at + rev: "v2.4.0" # Use the sha / tag you want to point at hooks: - id: codespell types: [text]