From 44e678a222b37164c4ded4b7b6a19c9feffb4707 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 20 Oct 2025 17:32:02 +0100 Subject: [PATCH] Add `language: python` to several pre-commit hook entries (#20992) --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b80bf6a375..fc81f653f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,7 @@ repos: rev: 0.7.22 hooks: - id: mdformat + language: python # means renovate will also update `additional_dependencies` additional_dependencies: - mdformat-mkdocs==4.0.0 - mdformat-footnote==0.1.1 @@ -58,6 +59,7 @@ repos: rev: 1.19.1 hooks: - id: blacken-docs + language: python # means renovate will also update `additional_dependencies` args: ["--pyi", "--line-length", "130"] files: '^crates/.*/resources/mdtest/.*\.md' exclude: |