Skip to content

Commit

Permalink
Bump sphinx-lint to 0.7.0 (python#110830)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Oct 13, 2023
1 parent f81e36f commit 0ed2329
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,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:
Expand Down

0 comments on commit 0ed2329

Please sign in to comment.