mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
8 lines
302 B
TOML
8 lines
302 B
TOML
version = "304.*"
|
|
[tool.stubtest]
|
|
# The library only works on Windows; we currently only run stubtest on Ubuntu for third-party stubs in CI.
|
|
# See #8660
|
|
# `ignore_missing_stub = false` crashes stubtest. This should be fixed in next mypy update
|
|
# https://github.com/python/mypy/issues/13822
|
|
skip = true
|