8000 [3.12] Bump sphinx-lint to v0.8.1 (GH-110933) by miss-islington · Pull Request #110957 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Bump sphinx-lint to v0.8.1 (GH-110933) #110957

New 8000 issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump sphinx-lint to v0.8.1 (GH-110933)
(cherry picked from commit 78e4a6d)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
AlexWaygood authored and miss-islington committed Oct 17, 2023
commit b49779b62e56af37e8f627245771ba4bf1affbbc
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
0