mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
With today's release, pytype is able to fully load stdlib/3/collections/__init__.pyi, so the test no longer needs the ability to partially parse stubs using the pytd tool. Removing this functionality allows the test code to be simplified considerably.
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
git+https://github.com/python/mypy.git@master
|
|
typed-ast>=1.0.4
|
|
flake8==3.6.0
|
|
flake8-bugbear==18.8.0
|
|
flake8-pyi==18.3.1
|
|
pytype>=2019.4.2.1
|