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 8f417e7 commit dd6ae87Copy full SHA for dd6ae87
.pre-commit-hooks.yaml
@@ -0,0 +1,19 @@
1
+- id: assert-news
2
+ name: Assert news files
3
+ description: Assert that a news file has been added and describes the change.
4
+ entry: cd-assert-news -l
5
+ language: python
6
+ types: [file]
7
+ require_serial: true
8
+ verbose: true
9
+ always_run: true
10
+ pass_filenames: false
11
+- id: licensing
12
+ name: licensing
13
+ entry: cd-license-files
14
15
16
17
18
19
news/202108131306.feature
@@ -0,0 +1 @@
+Added a [pre-commit](https://pre-commit.com) hook for ease of use in other repositories
0 commit comments