Skip to content

Commit 3f20dd7

Browse files
committed
Add explicit versioning to Node/Docker entry points in .pre-commit-hooks.yaml so pre-commit configurations referencing a versioned tag get the corresponding versioned package/container (fixes #632).
1 parent 333c3f2 commit 3f20dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
- id: markdownlint-cli2
22
name: markdownlint-cli2
33
description: "Checks the style of Markdown/CommonMark files."
4-
entry: markdownlint-cli2
4+
entry: markdownlint-cli2@v0.18.1
55
language: node
66
types: [markdown]
77
- id: markdownlint-cli2-docker
88
name: markdownlint-cli2-docker
99
description: "Checks the style of Markdown/CommonMark files."
10-
entry: davidanson/markdownlint-cli2
10+
entry: davidanson/markdownlint-cli2:v0.18.1
1111
language: docker_image
1212
types: [markdown]
1313
- id: markdownlint-cli2-rules-docker
1414
name: markdownlint-cli2-rules-docker
1515
description: "Checks the style of Markdown/CommonMark files."
16-
entry: davidanson/markdownlint-cli2-rules
16+
entry: davidanson/markdownlint-cli2-rules:v0.18.1
1717
language: docker_image
1818
types: [markdown]

0 commit comments

Comments
 (0)