Upgrade to mypy 1.10.0 (#11829)

This commit is contained in:
Jelle Zijlstra
2024-04-24 07:48:40 -07:00
committed by GitHub
parent f646eb86e2
commit f40076c0da

View File

@@ -5,7 +5,7 @@ black==24.3.0 # must match .pre-commit-config.yaml
flake8==7.0.0 # must match .pre-commit-config.yaml
flake8-noqa==1.4.0 # must match .pre-commit-config.yaml
flake8-pyi==24.4.1 # must match .pre-commit-config.yaml
mypy==1.9.0
mypy==1.10.0
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
pyright==1.1.360
pytype==2024.4.11; platform_system != "Windows" and python_version < "3.12"