python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Make some Windows specific hints platform sensitive #181

Closed altendky closed 2 years ago

bluebird75 commented 2 years ago

interesting. I tried the same approach using platform.system() == "Windows" but it would not pass through teststub.

altendky commented 2 years ago

Yeah, mypy is only so aware... it also sometimes matters where the checks are located.