Add `check-readthedocs` pre-commit hook (#128453)
Jan. 4, 2025
2:31 a.m.
https://github.com/python/cpython/commit/03ede5afe2d10c04e05f159fd353ee5869a... commit: 03ede5afe2d10c04e05f159fd353ee5869ae2cdb branch: main author: sobolevn <mail@sobolevn.me> committer: sobolevn <mail@sobolevn.me> date: 2025-01-04T13:31:01+03:00 summary: Add `check-readthedocs` pre-commit hook (#128453) files: M .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 107f3b255735f4..af6accd89b5bd4 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
18
Age (days ago)
18
Last active (days ago)
0 comments
1 participants
participants (1)
-
sobolevn