pywin32: Improve some types (#9089)

This commit is contained in:
Samuel T
2022-11-04 17:48:53 -07:00
committed by GitHub
parent 4329404b1c
commit 98dac4c926
9 changed files with 276 additions and 239 deletions
+4 -2
View File
@@ -2,6 +2,8 @@ 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
# This crashes stubtest. It should be fixed in next mypy update
# (keeping it since we currently skip the stub anyway)
# https://github.com/python/mypy/issues/13822
ignore_missing_stub = false