add default for MYPY_DJANGO_CONFIG

This commit is contained in:
Maxim Kurnikov
2019-02-13 23:02:49 +03:00
parent dcd9ee0bb8
commit f30cd092f1
3 changed files with 16 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ in your `mypy.ini` file.
## Configuration
In order to specify config file, set `MYPY_DJANGO_CONFIG` environment variable with path to the config file.
In order to specify config file, set `MYPY_DJANGO_CONFIG` environment variable with path to the config file. Default is `./mypy_django.ini`
Config file format (.ini):
```