From e75efb7a135a393ab94d69c9553922a90609750b Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 22 Oct 2025 12:08:33 -0300 Subject: [PATCH] pre-commit: Update pre-commit repo versions ansible-lint version series 24.y is not working with ansible-core 2.19 and requires versions in series 25.y. Also, other tools were update to more recent versions. Signed-off-by: Rafael Guterres Jeffman --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e879c71..5b8ca89b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/ansible/ansible-lint.git - rev: v24.5.0 + rev: v25.9.2 hooks: - id: ansible-lint always_run: false @@ -21,16 +21,16 @@ repos: --parseable --nocolor - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$ - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pycqa/pylint - rev: v3.2.2 + rev: v4.0.2 hooks: - id: pylint args: