From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 Oct 2023 05:29:43 +0000 (+0200) Subject: [3.12] Bump sphinx-lint to v0.8.1 (GH-110933) (#110957) X-Git-Tag: v3.12.1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6;p=thirdparty%2FPython%2Fcpython.git [3.12] Bump sphinx-lint to v0.8.1 (GH-110933) (#110957) Co-authored-by: Alex Waygood --- 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: