upgrade flake8, pin flake8-pyi version (#2001)

I'd prefer to pin the exact flake8-pyi version so that test runs are more reproducible.
This commit is contained in:
Jelle Zijlstra
2018-04-03 07:16:34 -07:00
committed by GitHub
parent 603be5e1da
commit 0af84cd9a0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
git+https://github.com/python/mypy.git@master
typed-ast>=1.0.4
flake8==3.3.0
flake8-bugbear>=17.3.0
flake8-pyi>=17.1.0
flake8==3.5.0
flake8-bugbear==18.2.0
flake8-pyi>=18.3.1