Skip to content

Commit c350877

Browse files
committed
Set language_version to latest in .pre-commit-hooks.yaml to avoid using outdated/unsupported on-box Node versions (fixes #157).
1 parent 6c69a19 commit c350877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
description: "Checks the style of Markdown/Commonmark files."
44
entry: markdownlint
55
language: node
6+
language_version: latest
67
types: [markdown]
78
minimum_pre_commit_version: 0.15.0

0 commit comments

Comments
 (0)