Upgrade flake8* and isort versions (#3141)

This commit is contained in:
Ville Skyttä
2019-07-24 00:02:19 +03:00
committed by Sebastian Rittau
parent 8e0d288ea4
commit 322be1b9e7

View File

@@ -1,8 +1,8 @@
git+https://github.com/python/mypy.git@master
typed-ast>=1.0.4
black==19.3b0
flake8==3.6.0
flake8-bugbear==18.8.0
flake8-pyi==18.3.1
isort==4.3.20
flake8==3.7.8
flake8-bugbear==19.3.0
flake8-pyi==19.3.0
isort==4.3.21
pytype>=2019.7.11