Add stubs for the pyserial package (#9347)

This commit is contained in:
hamdanal
2022-12-22 14:10:54 -06:00
committed by GitHub
parent 6a7839f2c5
commit c6b09b60de
33 changed files with 1210 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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"]