Skip to content

Commit 89b2fae

Browse files
committed
Add a note on mypy configuration
1 parent 41bb6d1 commit 89b2fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Few important things:
2525
* 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/>
2626
* Basic `mypy` configuration is located in [`setup.cfg`](setup.cfg)
2727
* `mypy` is ran as a build step in [`.github/workflows/django.yml`](.github/workflows/django.yml)
28+
* ⚠️ The provided configuration is quite minimal. **You should figure out your team needs & configure accordingly** - <https://mypy.readthedocs.io/en/stable/config_file.html>
2829

2930
## General API Stuff
3031

0 commit comments

Comments
 (0)