Avasam
Avasam
Thoughts for a different approach: If `AnyOf` is really only useful to be permissive on return types (and avoid having to do a bunch of manual type-narrowing). Then could could...
I feel like #2941 is trying to do too much at once (and there's a couple issues with it, along with merge conflicts). I would suggest a more incremental, step-by-step...
Thank you so much everyone who contributed to this. > To be clear, the type hints are not yet complete (e.g. `PIL.Image` has only a few type hints), but a...
For the QImage error: PySide6 is fairly quick to resolve type issues (less than a week everytime I openned or commented on one). I haven't fully followed the whole bytes...
(linking to #15313 so it's easier for me to find and reference this experiment in the future)
Similar to https://github.com/python/mypy/issues/8166#issuecomment-1774204090 This is understood by the Pylance language server (and I assume pyright, although I haven't properly tested) setuptools for example, has this snippet of code, which causes...
As draft until all previous are also closed
A simpler request could be: don't spell check anything that can be type-checked. At least that doesn't require redoing a type-checker's work with multi-file analysis.
@vernondcole This is a "too big to review" PR that has been split up into smaller chunks in other PRs. It contains all of the code modernization and old code...
@vernondcole This is now in a state ready to be reviewed. The bulk has been extracted in other PRs.