Skip to main content
Glama

Django Styleguide MCP Server

by dmmeteo
mypy-type-annotations.md•855 B
### `mypy` / type annotations When it comes to [`mypy`](https://mypy.readthedocs.io/en/stable/index.html), we have the following philosophy: > Use it, if it makes sense for you & helps you produce better software. In HackSoft, we have: - Projects where we enforce `mypy` and are very strict about it. - Projects where types are more loose and `mypy` is not used at all. Context is king here. In the [`Django-Styleguide-Example`](https://github.com/HackSoftware/Django-Styleguide-Example), we've configured `mypy`, using both <https://github.com/typeddjango/django-stubs> and <https://github.com/typeddjango/djangorestframework-stubs/>. You can check it as an example. Additionally, this particular project - <https://github.com/wemake-services/wemake-django-template> - also has `mypy` configuration. Figure out what is going to work best for you.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmmeteo/django-styleguide-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server