When I created new MCP server based on the boilerplate and push the code, linter returned some issues:
https://github.com/bartmichalak/mcp-server-python-sample/actions/runs/18190098723
Then I ran:
uv run ruff check . --fix
However it didn't fix one of them:
https://github.com/bartmichalak/mcp-server-python-sample/actions/runs/18192151773
Proposed Solution
- Predefined hooks for pre-commit?
When I created new MCP server based on the boilerplate and push the code, linter returned some issues:
https://github.com/bartmichalak/mcp-server-python-sample/actions/runs/18190098723
Then I ran:
uv run ruff check . --fixHowever it didn't fix one of them:
https://github.com/bartmichalak/mcp-server-python-sample/actions/runs/18192151773
Proposed Solution