]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `check-readthedocs` pre-commit hook (#128453)
authorsobolevn <mail@sobolevn.me>
Sat, 4 Jan 2025 10:31:01 +0000 (13:31 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Jan 2025 10:31:01 +0000 (13:31 +0300)
.pre-commit-config.yaml

index 107f3b255735f4b043355c9b2e724d68341cd4fb..af6accd89b5bd4408367349490cd3a299f5917e6 100644 (file)
@@ -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