diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 352e325..cb4ca0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: @@ -39,7 +39,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.0.3 + rev: 3.2.0 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -50,7 +50,7 @@ repos: exclude_types: - zsh - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.7 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint @@ -58,7 +58,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat - rev: 0.7.19 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -72,7 +72,7 @@ repos: - mdformat-config - mdformat-web - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.16.0 + rev: v0.17.2 hooks: - id: markdownlint-cli2 additional_dependencies: @@ -85,7 +85,7 @@ repos: - id: update-package.json - id: update-addon-info.json - repo: https://github.com/perltidy/perltidy - rev: "20240903.08" + rev: "20250105.04" hooks: - id: perltidy - repo: https://github.com/scop/pre-commit-shfmt @@ -93,12 +93,12 @@ repos: hooks: - id: shfmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.9.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.390 + rev: v1.1.393 hooks: - id: pyright - repo: https://github.com/vimjas/vint