Skip to content

Commit 4b78416

Browse files
Fix code block indentation formatting in CONTRIBUTING.md
- Align step 6 code block with other steps - Remove extra blank line before step 8 code block - Improve overall formatting consistency
1 parent 6467422 commit 4b78416

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
1313
uv sync --frozen --all-extras --dev
1414
```
1515
6. Set up pre-commit hooks:
16-
17-
```bash
18-
uv tool install pre-commit --with pre-commit-uv --force-reinstall
19-
```
16+
```bash
17+
uv tool install pre-commit --with pre-commit-uv --force-reinstall
18+
```
2019

2120
## Development Workflow
2221

@@ -51,7 +50,6 @@ uv run scripts/update_readme_snippets.py
5150
```
5251

5352
8. (Optional) Run pre-commit hooks on all files:
54-
5553
```bash
5654
pre-commit run --all-files
5755
```

0 commit comments

Comments
 (0)