Skip to content

Commit aac419f

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 aac419f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
1212
```bash
1313
uv sync --frozen --all-extras --dev
1414
```
15+
1516
6. Set up pre-commit hooks:
1617

17-
```bash
18-
uv tool install pre-commit --with pre-commit-uv --force-reinstall
19-
```
18+
```bash
19+
uv tool install pre-commit --with pre-commit-uv --force-reinstall
20+
```
2021

2122
## Development Workflow
2223

0 commit comments

Comments
 (0)