diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d256b35..9b40492 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v4.6.0" hooks: # General - id: check-added-large-files @@ -30,7 +30,7 @@ repos: .pre-commit-config.yaml ) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.6" + rev: "v2.3.0" hooks: - id: codespell args: @@ -43,16 +43,16 @@ repos: '\Whttps?://\S*', ] - repo: https://github.com/adrienverge/yamllint - rev: "v1.33.0" + rev: "v1.35.1" hooks: - id: yamllint args: [-c, .meta/yamllint.yaml] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.6" + rev: "v0.10.0.1" hooks: - id: shellcheck - repo: https://github.com/ansible/ansible-lint.git - rev: "v6.22.1" + rev: "v24.7.0" hooks: - id: ansible-lint args: [-c, .meta/ansible-lint.yaml]