Update mypy to 1.19.1 (#15235)

Skip gdb stubtest for now
This commit is contained in:
Sebastian Rittau
2026-01-08 11:47:35 +01:00
committed by GitHub
parent dc0acad81a
commit 7b3d25dcac
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Type checkers that we test our stubs against. These should always
# be pinned to a specific version to make failure reproducible.
mypy==1.18.2
mypy==1.19.1
pyright==1.1.408
# Libraries used by our various scripts.
+1
View File
@@ -11,5 +11,6 @@ extra_description = """\
"""
[tool.stubtest]
skip = true # https://github.com/python/typeshed/issues/15236
ci_platforms = ["linux"]
apt_dependencies = ["gdb"]