diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-17 05:29:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 05:29:43 (GMT) |
commit | 99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6 (patch) | |
tree | 573454d8e186527233439d4a77143ddf5a342d9b /.pre-commit-config.yaml | |
parent | 94525a7a4db3a5e82f0e635e21778e8bb31f800a (diff) | |
download | cpython-99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6.zip cpython-99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6.tar.gz cpython-99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6.tar.bz2 |
[3.12] Bump sphinx-lint to v0.8.1 (GH-110933) (#110957)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files 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: |