Skip to content

Commit

Permalink
Set language_version to latest in .pre-commit-hooks.yaml to avoid usi…
Browse files Browse the repository at this point in the history
…ng outdated/unsupported on-box Node versions (fixes #157).
  • Loading branch information
DavidAnson committed Mar 2, 2021
1 parent 6c69a19 commit c350877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
description: "Checks the style of Markdown/Commonmark files."
entry: markdownlint
language: node
language_version: latest
types: [markdown]
minimum_pre_commit_version: 0.15.0

0 comments on commit c350877

Please sign in to comment.