Use stable mypy (#5595)

Use stable mypy

Pin all package versions

Don't upgrade pip itself
This commit is contained in:
Sebastian Rittau
2021-06-09 11:27:45 +02:00
committed by GitHub
parent 4edbeff5cc
commit c601d5cf3d
4 changed files with 16 additions and 30 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
# 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
mypy==0.901
typed-ast==1.4.3
black==21.5b2
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-pyi==20.10.0
isort==5.8.0
pytype>=2021.5.25
pytype==2021.5.25