File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3333 - id : mypy
3434 additional_dependencies : [pytest]
3535 args : [--strict]
36+
37+ - repo : https://github.com/igorshubovych/markdownlint-cli
38+ rev : v0.37.0
39+ hooks :
40+ - id : markdownlint
41+ args : [--fix]
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ check-format:
1818
1919check-lint :
2020 ruff check .
21+ markdownlint .
2122
2223check-type :
2324 mypy --strict .
@@ -33,6 +34,7 @@ fix-format:
3334
3435fix-lint :
3536 ruff check --fix .
37+ markdownlint --fix .
3638
3739fix-all :
3840 make fix-format
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ pre-commit>=3.0.0
66# Testing
77pytest >= 7.0.0
88pytest-cov >= 4.0.0
9+
10+ # Markdown linting
11+ markdownlint-cli >= 0.37.0
You can’t perform that action at this time.
0 commit comments