mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
11 lines
358 B
TOML
11 lines
358 B
TOML
version = "3.5.*"
|
|
|
|
[tool.stubtest]
|
|
# Skip stubtest because it crashes with `SystemExit` when trying to import `serial.__main__`.
|
|
# This has been fixed in https://github.com/python/mypy/pull/14284.
|
|
# TODO: Remove skip once mypy 1.0 is released with the fix.
|
|
skip = true
|
|
ignore_missing_stub = false
|
|
platforms = ["linux", "win32", "darwin"]
|
|
extras = ["cp2110"]
|