diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6af02dc..b28a221 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: - deps repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.7 hooks: - id: ruff args: @@ -49,7 +49,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/ansible/ansible-lint - rev: v24.7.0 + rev: v24.9.2 hooks: - id: ansible-lint language_version: python3.10 # minimal supported officially @@ -79,7 +79,7 @@ repos: - typer-config - typer>=0.12.2 - repo: https://github.com/pycqa/pylint - rev: v3.2.7 + rev: v3.3.0 hooks: - id: pylint additional_dependencies: