diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c16ea3..624ddd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: - eslint repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,7 +19,7 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier types_or: [javascript, jsx, ts, tsx, json, yaml, markdown] @@ -27,11 +27,11 @@ repos: - --no-config - --no-semi - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.7.0-4 + rev: v3.8.0-1 hooks: - id: shfmt - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: [--format, parsable, -d, relaxed] @@ -55,7 +55,7 @@ repos: - --exclude-files - ".*/generated/" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.8" + rev: "v0.4.1" hooks: - id: ruff-format - id: ruff @@ -72,7 +72,7 @@ repos: exclude: "(node_modules/|.yarn/)" require_serial: false - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck args: ["--severity=warning"]