diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d652cff..97ca33a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: args: - --allow-missing-credentials - repo: https://github.com/ansible/ansible-lint.git - rev: v6.18.0 + rev: v6.19.0 hooks: - id: ansible-lint files: \.(yaml|yml)$ - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/shellcheck-py/shellcheck-py