File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 },
2828 {
2929 "type" : " command" ,
30- "command" : " mdformat --number docs/index.md docs/installation.md docs/developing-bots.md docs/protocol-api.md docs/contributing.md README.md "
30+ "command" : " mdformat . "
3131 }
3232 ]
3333 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ruff check --select I --fix .
1313ruff format .
1414
1515# Run markdown formatter
16- mdformat --number docs/index.md docs/installation.md docs/developing-bots.md docs/protocol-api.md docs/contributing.md README.md
16+ mdformat .
1717
1818# Run type checker
1919basedpyright
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ ruff check --select I --fix .
117117ruff format .
118118
119119# Markdown formatting (docs and specific files)
120- mdformat --number docs/index.md docs/installation.md docs/developing-bots.md docs/protocol-api.md docs/contributing.md README.md
120+ mdformat .
121121
122122# Type checking
123123basedpyright
You can’t perform that action at this time.
0 commit comments