From 78e4a6de48749f4f76987ca85abb0e18f586f9c4 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 17 Oct 2023 06:26:06 +0100 Subject: Bump sphinx-lint to v0.8.1 (#110933) --- .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 4835b64..b2cc6f2 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: -- cgit v0.12