From a5ceb746b04f55b61b3483d3282de836c523f03e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 29 May 2022 19:10:35 +0300 Subject: [PATCH] Add sphinx-lint to pre-commit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d975ccf04..1837f5736 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,5 +42,10 @@ repos: - id: check-merge-conflict - id: check-yaml + - repo: https://github.com/sphinx-contrib/sphinx-lint + rev: v0.6 + hooks: + - id: sphinx-lint + ci: autoupdate_schedule: monthly