mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Use stable mypy (#5595)
Use stable mypy Pin all package versions Don't upgrade pip itself
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user