From: Alex Waygood Date: Tue, 17 Oct 2023 05:26:06 +0000 (+0100) Subject: Bump sphinx-lint to v0.8.1 (#110933) X-Git-Tag: v3.13.0a2~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78e4a6de48749f4f76987ca85abb0e18f586f9c4;p=thirdparty%2FPython%2Fcpython.git Bump sphinx-lint to v0.8.1 (#110933) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4835b641b310..b2cc6f25764c 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: