Skip to content

Commit 7924ea6

Browse files
committed
Remove "next" tag for pre-commit hooks for davidanson/markdownlint-cli2-rules image due to upcoming merge to main branch.
1 parent 1b5cf06 commit 7924ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-hooks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
- id: markdownlint-cli2-rules-docker
4444
name: markdownlint-cli2-rules-docker
4545
description: "Checks the style of Markdown/CommonMark files."
46-
entry: davidanson/markdownlint-cli2-rules:next
46+
entry: davidanson/markdownlint-cli2-rules
4747
language: docker_image
4848
types: [markdown]
4949
minimum_pre_commit_version: 0.15.0
5050
- id: markdownlint-cli2-config-rules-docker
5151
name: markdownlint-cli2-config-rules-docker
5252
description: "Checks the style of Markdown/CommonMark files with a non-root configuration."
53-
entry: davidanson/markdownlint-cli2-rules:next markdownlint-cli2-config
53+
entry: davidanson/markdownlint-cli2-rules markdownlint-cli2-config
5454
language: docker_image
5555
types: [markdown]
5656
minimum_pre_commit_version: 0.15.0
5757
- id: markdownlint-cli2-fix-rules-docker
5858
name: markdownlint-cli2-fix-rules-docker
5959
description: "Checks and fixes the style of Markdown/CommonMark files."
60-
entry: davidanson/markdownlint-cli2-rules:next markdownlint-cli2-fix
60+
entry: davidanson/markdownlint-cli2-rules markdownlint-cli2-fix
6161
language: docker_image
6262
types: [markdown]
6363
minimum_pre_commit_version: 0.15.0

0 commit comments

Comments
 (0)