1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

Add markdownlint-cli2 as Github Action and pre-commit hook

This commit is contained in:
Vadim Nifadev 2024-10-23 08:54:18 +03:00
parent ebfa77e509
commit a999ed789f
2 changed files with 24 additions and 0 deletions

7
.pre-commit-config.yaml vendored Normal file
View file

@ -0,0 +1,7 @@
default_language_version:
python: python3.12
repos:
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.14.0
hooks:
- id: markdownlint-cli2