Add markdown linter to format check

This commit is contained in:
Serene-Arc
2022-12-03 16:34:23 +10:00
parent ee095d4814
commit 5427ceb29a
3 changed files with 6 additions and 0 deletions

View File

@@ -17,9 +17,11 @@ deps =
isort
black
skip_install = True
allowlist_externals = mdl
commands =
isort bdfr tests --check
black bdfr tests --line-length 120 --check
mdl README.md docs/ -s .markdown_style.rb
[isort]
profile = black