mypy_extensions icon indicating copy to clipboard operation
mypy_extensions copied to clipboard

Extensions for mypy

Results 14 mypy_extensions issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)

setup.py show version 1.0.0-dev0 but actual released version is 1.0, so now you should change to other value, example: 1.0.1-dev.

Adding pyproject.toml allows the package to be installed using PEP517 instead of legacy `setup.py install` method. At least pip says so in a warning when installing without the `wheel` package...

Hi, Would it be possible to get a TLDR in the README of what extensions are supported?

The sdist package at PyPI is missing tests. Please add tests to sdist package to make downstream testing easier. Thank you.

I just noticed that there's been no new release cut since early 2023. While the only functional change since then seems to be #47, it still means users are not...

updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1)

Do you have a preview of the new version?

This PR implements validation for `mypyc_attr` arguments and more informational type hints for its signature Sometimes I'll prototype a design in pure-python before I compile it for the first time,...

I find in-editor tooltips to be very helpful when learning new tools, so I added a simple docstring for mypyc_attr with info I wish I knew originally. Longer term I'd...