From e69618b01bfb95b348138a4e80574458ec5cbb6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:51:07 +0000 Subject: [PATCH] chore(deps): update pre-commit hook mdformat-mkdocs to v5 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1d7cc37..b7791cc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: mdformat language: python additional_dependencies: - - mdformat-mkdocs==4.5.1 + - mdformat-mkdocs==5.0.0 - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.9.13