From 573dc4b18fa3be127f238cc1864a08e97d0faefb Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 3 Jan 2025 19:56:19 +0300 Subject: [PATCH] Add `check-readthedocs` pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) 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