diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ecc58f..3d73a92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,21 +43,21 @@ repos: '\Whttps?://\S*', ] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.7" + rev: "v4.0.0-alpha.8" hooks: - id: prettier args: [--config, .meta/prettierrc.yaml] - 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.2.1" hooks: - id: ansible-lint args: [-c, .meta/ansible-lint.yaml]