Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.3
-
None
-
-
61589ef35 (dev), b8f5b939c (6.6), 71a80f526 (6.5), 2f27264a7 (6.5.3), 158cbf33e (tqtc/6.5.3)
Description
I installed PySide6-Essentials and shiboken6 from https://download.qt.io/snapshots/ci/pyside/6.5.3/7b2a79caa1f0cb87cf1d217811c25bcff724173b/split_wheels/, and on running mypy I get
[...]\Shiboken.pyi:22: error: unexpected indent [syntax]
In fact, that file looks like this around line 22:
class VoidPtr(object): ... def __init__(self, value: int) -> None: ...
(The first ellipsis should be removed.)
Attachments
Issue Links
- resulted from
-
PYSIDE-2463 Incorrect typing in stub files
- Closed