From d6e05078c6c60758e8712e9c22fec50b62267e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:34:24 +0000 Subject: [PATCH] chore(deps): bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) and [https://github.com/crate-ci/typos](https://github.com/crate-ci/typos). Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.22.1 to 0.23.0 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.0) Updates `https://github.com/crate-ci/typos` from v1.47.2 to 1.48.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.47.2...v1.48.0) --- updated-dependencies: - dependency-name: https://github.com/DavidAnson/markdownlint-cli2 dependency-version: 0.23.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afd7f14f..854294ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -119,7 +119,7 @@ repos: # (broken anchors via MD051, dangling link references via MD053); # style choices the existing docs already settled stay off. - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.0 hooks: - id: markdownlint-cli2 name: markdownlint @@ -136,7 +136,7 @@ repos: # the hook never silently rewrites files; CI surfaces typos as # errors instead. - repo: https://github.com/crate-ci/typos - rev: v1.47.2 + rev: v1.48.0 hooks: - id: typos name: typos