Alex Waygood
Alex Waygood
Following #1523, standalone executables installed via `uv` seem to work fine on Windows locally. However, they still _don't_ seem to be working on Windows in the context of GitHub Actions....
- Fixes some regressions introduced by https://github.com/python/typeshed/pull/7161 (see https://github.com/python/typeshed/issues/9004#issuecomment-1295312743). - Fixes #9004 - Fixes #7121 - Fixes https://github.com/python/mypy/issues/13192 (cc. @finite-state-machine). - I wasn't initially sure that `set[str | None] -...
~~This breaks `stubtest_third_party.py` when you run it on Python
_Note: make sure you run mypy with a cold cache each time if you're trying to repro this bug locally. It seems to not always reproduce if you have a...
**Describe the bug** Black reformats the following `.pyi` stub file: ```py def foo(): ... @decorator class Bar: ... ``` to this: ```py def foo(): ... @decorator class Bar: ... ```...
From version 0.1.19 onwards, `uv` seems to no longer respect the Python interpreter set by using `pyenv local`, even though it did on previous versions. This still reproduces on the...
This PR adds a benchmark for [`typeshed-stats`](https://github.com/AlexWaygood/typeshed-stats), a project of mine that provides a CLI tool to gather statistics and other information on [typeshed](https://github.com/python/typeshed). The benchmark takes around 5 seconds...
How would we feel about adding type hints to the pyperformance codebase? Running a type checker on pyperformance might catch some bugs. But more importantly, in my opinion, it would...
Looks like it could get us better coverage for `types-html5lib` at typeshed: https://github.com/python/typeshed/issues/11478