diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09dc6cd..57bd071 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ --- repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.3 + rev: v1.27.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/ansible/ansible-lint.git - rev: v6.2.2 + rev: v6.5.2 hooks: - id: ansible-lint files: \.(yaml|yml)$