From df0ee09b653cf1149219fd9d3b0560dc0e555560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:44:45 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/psf/black](https://github.com/psf/black), [https://github.com/ansible/ansible-lint.git](https://github.com/ansible/ansible-lint) and [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). Updates `https://github.com/psf/black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) Updates `https://github.com/ansible/ansible-lint.git` from v26.3.0 to 26.4.0 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v26.3.0...v26.4.0) Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.21.0 to 0.22.1 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: https://github.com/psf/black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks - dependency-name: https://github.com/ansible/ansible-lint.git dependency-version: 26.4.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/DavidAnson/markdownlint-cli2 dependency-version: 0.22.1 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6d378a..1003bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: ["--filter-files"] - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -52,13 +52,13 @@ repos: - id: flake8 - repo: https://github.com/ansible/ansible-lint.git - rev: v26.3.0 + rev: v26.4.0 hooks: - id: ansible-lint args: - "--profile=production" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2