From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:59:25 +0000 (+0200) Subject: [3.11] Bump sphinx-lint to 0.7.0 (GH-110830) (#110834) X-Git-Tag: v3.11.7~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0ef4f83e8bb981467220047691a8bc52da8f3af;p=thirdparty%2FPython%2Fcpython.git [3.11] Bump sphinx-lint to 0.7.0 (GH-110830) (#110834) Bump sphinx-lint to 0.7.0 (GH-110830) (cherry picked from commit 0ed2329a1627fc8ae97b009114cd960c25567f75) Co-authored-by: Alex Waygood --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ae3dd71354e..5d9deaa7ca85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,12 @@ repos: types_or: [c, inc, python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.6.8 + rev: v0.7.0 hooks: - id: sphinx-lint - args: [--enable=default-role] + args: [--enable=default-role, -j1] files: ^Doc/|^Misc/NEWS.d/next/ types: [rst] - require_serial: true - repo: meta hooks: