Pin to 0.740 and fix CI (#225)

* update django sources

* pin mypy version, update to 0.740

* fix tests typechecking

* fix lint
This commit is contained in:
Maksim Kurnikov
2019-11-12 05:17:36 +03:00
committed by GitHub
parent 6601121db2
commit 287c64d6fb
19 changed files with 160 additions and 108 deletions

View File

@@ -21,7 +21,7 @@ with open('README.md', 'r') as f:
readme = f.read()
dependencies = [
'mypy>=0.730',
'mypy>=0.740,<0.750',
'typing-extensions',
'django',
]