diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 585d4fe23..0e6d218ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -15,13 +15,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: [--strict] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck args: ["--severity=error"] @@ -29,7 +29,7 @@ repos: files: "\\.sh$" - repo: https://github.com/ansible/ansible-lint - rev: v25.1.1 + rev: v25.11.0 hooks: - id: ansible-lint additional_dependencies: @@ -38,7 +38,7 @@ repos: - distlib - repo: https://github.com/golangci/misspell - rev: v0.6.0 + rev: v0.7.0 hooks: - id: misspell exclude: "OWNERS_ALIASES$"