Skip to content

Commit

Permalink
[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (pythonGH-108212) (python…
Browse files Browse the repository at this point in the history
…#108213)

Run sphinx-lint on Misc/NEWS.d/next/
  • Loading branch information
hugovk authored Aug 21, 2023
1 parent a909ec3 commit 90a22ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ repos:
hooks:
- id: sphinx-lint
args: [--enable=default-role]
files: ^Doc/
files: ^Doc/|^Misc/NEWS.d/next/
types: [rst]

0 comments on commit 90a22ea

Please sign in to comment.