Skip to content

Commit 9a3e266

Browse files
committed
chore: update mdformat command
1 parent 909a383 commit 9a3e266

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
}

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ruff check --select I --fix .
1313
ruff 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
1919
basedpyright

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ruff check --select I --fix .
117117
ruff 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
123123
basedpyright

0 commit comments

Comments
 (0)