From 20133de7cbd7eed5f6b8f7c8d5a5d7b5f343316d Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Mon, 16 Oct 2023 16:06:02 +0100 Subject: [PATCH] Bump sphinx-lint to v0.8.1 --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4835b641b3106a..b2cc6f25764cca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,12 +24,11 @@ repos: types_or: [c, inc, python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.7.0 + rev: v0.8.1 hooks: - id: sphinx-lint - args: [--enable=default-role, -j1] + args: [--enable=default-role] files: ^Doc/|^Misc/NEWS.d/next/ - types: [rst] - repo: meta hooks: