diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50e6ed2..b04efe0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -20,7 +20,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -37,7 +37,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/ansible/ansible-lint.git - rev: v24.6.1 + rev: v24.9.2 hooks: - id: ansible-lint always_run: true