add markdownlint and bump other versions

This commit is contained in:
Robin Stephenson 2019-05-20 16:41:20 +01:00
parent 990d3e4127
commit d404f26c5c
2 changed files with 15 additions and 7 deletions

View file

@ -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)$