mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
add markdownlint and bump other versions
This commit is contained in:
parent
990d3e4127
commit
d404f26c5c
2 changed files with 15 additions and 7 deletions
|
|
@ -186,3 +186,10 @@
|
|||
language: python
|
||||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- id: check-markdown
|
||||
name: Markdownlint
|
||||
description: This hook runs markdownlint on Markdown files.
|
||||
entry: mdl
|
||||
language: system
|
||||
types: [text]
|
||||
files: \.(md|mdown|markdown)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue