move configuration to [mypy.plugins.django-stubs] inside mypy config file

This commit is contained in:
Maxim Kurnikov
2019-07-24 22:32:52 +03:00
parent e6d7a570e8
commit b6a5ccabdf
9 changed files with 63 additions and 61 deletions

View File

@@ -22,7 +22,6 @@ with open('README.md', 'r') as f:
dependencies = [
'mypy>=0.720,<0.730',
'typing-extensions',
'toml',
'django'
]