mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 09:18:44 +08:00
@@ -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.
|
||||
|
||||
@@ -11,5 +11,6 @@ extra_description = """\
|
||||
"""
|
||||
|
||||
[tool.stubtest]
|
||||
skip = true # https://github.com/python/typeshed/issues/15236
|
||||
ci_platforms = ["linux"]
|
||||
apt_dependencies = ["gdb"]
|
||||
|
||||
Reference in New Issue
Block a user