We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6870eb3 commit ae896c3Copy full SHA for ae896c3
.pre-commit-config.yaml
@@ -57,6 +57,22 @@ repos:
57
args: [--enable=default-role]
58
files: ^Doc/|^Misc/NEWS.d/
59
60
+ - repo: local
61
+ hooks:
62
+ - id: blurb-no-space-c-api
63
+ name: Check C API news entries
64
+ language: fail
65
+ entry: Space found in path, move to Misc/NEWS.d/next/C_API/
66
+ files: Misc/NEWS.d/next/C API/20.*.rst
67
+
68
69
70
+ - id: blurb-no-space-core-and-builtins
71
+ name: Check Core and Builtins news entries
72
73
+ entry: Space found in path, move to Misc/NEWS.d/next/Core_and_Builtins/
74
+ files: Misc/NEWS.d/next/Core and Builtins/20.*.rst
75
76
- repo: meta
77
hooks:
78
- id: check-hooks-apply
0 commit comments