]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Run sphinx-lint on Misc/NEWS.d/next/ (GH-108212) (#108213)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 21 Aug 2023 13:32:33 +0000 (16:32 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 13:32:33 +0000 (15:32 +0200)
Run sphinx-lint on Misc/NEWS.d/next/

.pre-commit-config.yaml

index 85a6de4abe014670fbc9e16f550bdc7a989cc2fc..451cbe8bc84820a2e4e4be38db8e1bffcfed09cf 100644 (file)
@@ -14,5 +14,5 @@ repos:
     hooks:
       - id: sphinx-lint
         args: [--enable=default-role]
-        files: ^Doc/
+        files: ^Doc/|^Misc/NEWS.d/next/
         types: [rst]