summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2025-01-04 10:31:01 (GMT)
committerGitHub <noreply@github.com>2025-01-04 10:31:01 (GMT)
commit03ede5afe2d10c04e05f159fd353ee5869ae2cdb (patch)
treee3ede128d3f380a875577332ba2377de2bc7da83
parent513a4efa75bf78c9d629ddabc9516fb058787289 (diff)
downloadcpython-03ede5afe2d10c04e05f159fd353ee5869ae2cdb.zip
cpython-03ede5afe2d10c04e05f159fd353ee5869ae2cdb.tar.gz
cpython-03ede5afe2d10c04e05f159fd353ee5869ae2cdb.tar.bz2
Add `check-readthedocs` pre-commit hook (#128453)
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 107f3b2..af6accd 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