Files
typeshed/requirements-tests-py3.txt
Eric Arellano 8131bfc3f6 Install Black and isort autoformatters (#3069)
* Install Black and isort

* Add config via pyproject.toml

Notably we keep the convention of 130 line length.

* Add target python version
2019-06-24 08:44:20 +02:00

9 lines
165 B
Plaintext

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
pytype>=2019.5.15