mypy self check: Use mypy version from requirements file (#5245)

This commit is contained in:
Sebastian Rittau
2021-04-26 12:51:28 +02:00
committed by GitHub
parent d151d1b8bb
commit 48b060cfa0
2 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
# Use the current mypy version until a version that supports modular
# typeshed is released on PyPI.
git+https://github.com/python/mypy.git@master
typed-ast>=1.0.4
black==20.8b1