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 21bcecf commit bea01a7Copy full SHA for bea01a7
.pre-commit-config.yaml
@@ -63,6 +63,22 @@ repos:
63
args: [--enable=default-role]
64
files: ^Doc/|^Misc/NEWS.d/
65
66
+ - repo: local
67
+ hooks:
68
+ - id: blurb-no-space-c-api
69
+ name: Check C API news entries
70
+ language: fail
71
+ entry: Space found in path, move to Misc/NEWS.d/next/C_API/
72
+ files: Misc/NEWS.d/next/C API/20.*.rst
73
+
74
75
76
+ - id: blurb-no-space-core-and-builtins
77
+ name: Check Core and Builtins news entries
78
79
+ entry: Space found in path, move to Misc/NEWS.d/next/Core_and_Builtins/
80
+ files: Misc/NEWS.d/next/Core and Builtins/20.*.rst
81
82
- repo: meta
83
hooks:
84
- id: check-hooks-apply
0 commit comments