From b417596c5fcd2754da7fd6b5dd7fda144ac9ce52 Mon Sep 17 00:00:00 2001 From: Randolf Scholz Date: Thu, 14 Dec 2023 17:02:39 +0100 Subject: [PATCH] updated sphinx-lint version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52463a462b785..782340178f462 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -111,7 +111,7 @@ repos: types: [text] # overwrite types: [rst] types_or: [python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.0 + rev: v0.9.1 hooks: - id: sphinx-lint - repo: https://github.com/pre-commit/mirrors-clang-format