diff options
| author | Christian Tismer <tismer@stackless.com> | 2024-09-21 00:13:56 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2024-09-25 16:31:35 +0200 |
| commit | 8f0b24a32c85059228e80ed362c5ae668ad7ccdb (patch) | |
| tree | 8ea1102868557236896a21cfc4d4aac3e2d7010b /sources/pyside6/doc/qtmodules | |
| parent | 358d9fd93cd5010752b7f2cdb207e026803cf07b (diff) | |
type hints: Disable MyPy error codes which contradict Qt
Error code "override" cannot be solved because the problem
is situated in Qt itself:
Signature of "open" incompatible with supertype "QFile"
Error code "overload-overlap" also cannot be solved because
we have no chance to modify return-types:
Overloaded function signatures 1 and 6 overlap with
incompatible return types
Other errors like "misc" are too broad to be prematurely disabled.
Task-number: PYSIDE-2846
Change-Id: I8abb39856f6f32cf4a415444b2ba91250cd9270c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/qtmodules')
0 files changed, 0 insertions, 0 deletions
