Marc Mueller
Marc Mueller
## Environment data - Pylance version: v2024.10.1 - Python version: 3.13.0 ## Code Snippet ```python # lib.py def my_func() -> None: ... type MyAlias = int | str | None:...
Quite a few string / stringify methods access the instance attributes though `_get_options`. Add a dedicated `TypedDict` for it.
`RowType` might be useful when annotating subclasses.
Followup from https://github.com/jazzband/prettytable/pull/326#discussion_r1801633213
Typeshed just changed the name of the default branch from `master` to `main` https://github.com/python/typeshed/issues/8956. With the upcoming 1.0 release (#13685), I think it could make sense to do that for...
Similar to last year (#15566), start by dropping support for running mypy with Python 3.8. Users will still be able to type check 3.8 code with `--python-version 3.8` until typeshed...
_After being a bit late with Python 3.13, I figured to start testing 3.14 early this time._ With Python `3.14.0a1` the following fails: ```py # native.py from typing import Any...
Since setuptools `70.1` the `bdist_wheel` command is shipped with setuptools directly. It's no longer necessary to specify `wheel` as a build system requirement.
Requires #217