From 432c0b75fcfef7075802922bf592682f965a2d68 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 23 Jun 2026 12:49:29 +0200 Subject: [PATCH] Update pre-commit repo versions, deactivate parseable for ansible-lint ansible-lint was updated to v26.4.0, yamllint to v1.38.0 and pylint to v4.0.6. parseable was deactivated in .ansible-lint as this option is not supported any more. --- .ansible-lint | 2 +- .pre-commit-config.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 28fc3ac2..5b753c1e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -23,7 +23,7 @@ kinds: - tasks: '**/tasks_*.yml' - tasks: '**/env_*.yml' -parseable: true +# parseable: true quiet: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b8ca89b..54419b67 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: v25.9.2 + rev: v26.4.0 hooks: - id: ansible-lint always_run: false @@ -18,10 +18,9 @@ repos: --profile production --exclude tests/integration/ --exclude tests/unit/ - --parseable --nocolor - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -30,7 +29,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/pylint - rev: v4.0.2 + rev: v4.0.6 hooks: - id: pylint args: