mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-09-03 10:02:42 +02:00
Add markdownlint-cli2 as Github Action and pre-commit hook
This commit is contained in:
7
.pre-commit-config.yaml
vendored
Normal file
7
.pre-commit-config.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user