| 167 | == Typed Django == |
| 168 | |
| 169 | After a successful GSoC project working on the `mypy` plugin in 2020, the [https://github.com/typeddjango/django-stubs `django-stubs` project] is open to applications for this year. |
| 170 | |
| 171 | `django-stubs` provides type annotation stub files that enables Django code to be checked with `mypy`, and other type checkers. Typing is gaining ground in Python, and you can help push forward its use in the Django ecosystem. |
| 172 | |
| 173 | If you're interesting in this, open a discussion on the django-stubs repo or [https://gitter.im/mypy-django/Lobby the project chat]. |
| 174 | |
| 175 | |
| 176 | |