bidict/.vscode
Joshua Bronson 0761d217ce Drop use of `typing.TypeAlias` in type hints (fix #310).
`typing.TypeAlias` was added in Python 3.10. In Python <= 3.9, using
`typing.TypeAlias` as a type hint confuses mypy.

To avoid this, either `typing_extensions.TypeAlias` must be used, or the
`TypeAlias` type hint may be dropped entirely in favor of relying on
type inference. Based on the current, limited usage of `TypeAlias`,
the latter is preferable.

Run mypy as part of automated tests for every supported Python version
to catch such issues in the future.
2024-02-18 12:18:28 -05:00
..
extensions.json Drop Pyright in favor of just mypy. 2022-12-29 12:13:53 -05:00
settings.json Drop use of `typing.TypeAlias` in type hints (fix #310). 2024-02-18 12:18:28 -05:00
tasks.json Go back to pytest-sphinx, use pytest-clarity, update deps 2023-01-04 00:52:12 -05:00