We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd79297 commit 11162d7Copy full SHA for 11162d7
CONTRIBUTING.md
@@ -14,6 +14,12 @@ Thank you for your interest in contributing to the MCP Python SDK! This document
14
uv sync --frozen --all-extras --dev
15
```
16
17
+6. Set up pre-commit hooks:
18
+
19
+```bash
20
+uv tool install pre-commit --with pre-commit-uv --force-reinstall
21
+```
22
23
## Development Workflow
24
25
1. Choose the correct branch for your changes:
@@ -50,7 +56,13 @@ uv run ruff format .
50
56
uv run scripts/update_readme_snippets.py
51
57
52
58
53
-8. Submit a pull request to the same branch you branched from
59
+8. (Optional) Run pre-commit hooks on all files:
60
61
62
+pre-commit run --all-files
63
64
65
+9. Submit a pull request to the same branch you branched from
54
66
55
67
## Code Style
68
0 commit comments