Marc Mueller

Results 120 issues of Marc Mueller

**Bug Report** ```py from typing import Any def func(d: dict[int, Any]) -> None: x: int | None x = d.get(1) reveal_type(x) # typing is lost -> Union[Any, None] ``` `d.get`...

bug

### Description Part of the effort to nudge users into using specific type ignores. See #13541 This PR enables `show-error-codes` by default. Without knowing the code, users will always choose...

upnext

## Proposed change A few days ago Github added the option to manage Action caches from a web interface. https://github.blog/changelog/2022-10-20-manage-caches-in-your-actions-workflows-from-web-interface/ Looking at our cache list: https://github.com/home-assistant/core/actions/caches it is rather obvious...

Hacktoberfest
cla-signed
small-pr

(cherry picked from commit 355e6dac6b1881a12cf48783f42dd8a3991437b2) ## Change Summary Cherry picked fix from `1.10.X-fixes` branch (#5162) onto `main`. /CC: @dmontagu Closes #5161

awaiting author revision

## Proposed change Small change to better type `CoordinatorEntity`. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [...

cla-signed
small-pr
integration: fritz
code-quality
Quality Scale: No score

`lxml==4.9.3` was released yesterday which caused the wheel builder to fail again. https://github.com/mypyc/mypy_mypyc-wheels/actions/runs/5473072463/jobs/9966070811#step:4:6979 The `lxml` project decided to change the manylinux builds from `manylinux2014` to `manylinux_2_28`. Thus to test our...

Followup to https://github.com/python/mypy/pull/15586 This will be the last one 🚀

Followup to https://github.com/python/mypy/pull/15586

Followup to https://github.com/python/mypy/pull/15586