diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd77013..33e5b7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black language_version: python3 @@ -55,7 +55,7 @@ repos: - molecule>=4.0.0 - packaging - repo: https://github.com/pycqa/pylint - rev: v2.15.8 + rev: v2.15.9 hooks: - id: pylint additional_dependencies: @@ -63,6 +63,6 @@ repos: - ansible-core>=2.13 - molecule>=4.0.0 - repo: https://github.com/ansible/ansible-lint.git - rev: v6.9.1 + rev: v6.10.0 hooks: - id: ansible-lint