From: sobolevn Date: Sat, 4 Jan 2025 10:31:01 +0000 (+0300) Subject: Add `check-readthedocs` pre-commit hook (#128453) X-Git-Tag: v3.14.0a4~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03ede5afe2d10c04e05f159fd353ee5869ae2cdb;p=thirdparty%2FPython%2Fcpython.git Add `check-readthedocs` pre-commit hook (#128453) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 107f3b255735..af6accd89b5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,6 +55,7 @@ repos: hooks: - id: check-dependabot - id: check-github-workflows + - id: check-readthedocs - repo: https://github.com/rhysd/actionlint rev: v1.7.4