You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ Few important things:
22
22
* It comes with [`whitenoise`](http://whitenoise.evans.io/en/stable/) setup.
23
23
* It can be easily deployed to Heroku.
24
24
* It comes with an example list API, that uses [`django-filter`](https://django-filter.readthedocs.io/en/stable/) for filtering & pagination from DRF.
25
+
* It comes with [`mypy`](https://mypy.readthedocs.io/en/stable/) configured, using both <https://github.com/typeddjango/django-stubs> and <https://github.com/typeddjango/djangorestframework-stubs/>
26
+
* Basic `mypy` configuration is located in [`setup.cfg`](setup.cfg)
27
+
*`mypy` is ran as a build step in [`.github/workflows/django.yml`](.github/workflows/django.yml)
0 commit comments