mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
* Fix `mypy_test.py` so that it actually tests the third-party stubs * Upgrade to mypy 0.940 * Skip running mypy on `SQLAlchemy` stubs for now, to workaround a mypy crash. Because we didn't set mypy's clean_exit parameter, it was exiting immediately after checking the stdlib, meaning `mypy_test.py` wasn't checking the third-party stubs at all. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
mypy==0.940
|
|
pytype==2022.2.23; platform_system != "Windows" and python_version < "3.10"
|
|
# must match .pre-commit-config.yaml
|
|
black==22.1.0
|
|
flake8==4.0.1
|
|
flake8-bugbear==21.11.29
|
|
flake8-pyi==22.2.0
|
|
# must match .pre-commit-config.yaml
|
|
isort==5.10.1
|
|
tomli==1.2.2
|