Marc Mueller
Marc Mueller
FYI The build failure on master today was related to the `cython 3.0` release and a build issue with `PyYAML==6.0.0` (required through pre-commit). That was resolved with `PyYAML==6.0.1`. Restarting the...
Pushed a new update. The error message now includes the `base` class name. Similar to pyright. The PR would be ready now.
Thanks for the review @JukkaL! Using a new error code instead of a cmd line option does make sense. The change was fairly strait forward. With that I also updated...
**Update:** Fixed with #15383 The mypy wheel build seems to be broken atm. It seems to be platform specific to `x86_64`, `arm64` isn't affected. More details: https://github.com/python/mypy/issues/15283#issuecomment-1578609223 _Cross posting it...
Would love to see #15413 included. That change alone removes 23 unnecessary `type: ignore` comments in Home Assistant.
In case there is a `1.4.1` release. These fix the wheel build - [ ] #15451 - [ ] #15493 Fix for `typing_extensions` dependency issue - [ ] #15488
> I believe we can't do much about most of the errors reported now. Just checked the output for Home-Assistant. Almost all errors are because of variables defined in inside...
Just opened #15512 to add a strict flag for method overrides as suggested in the PEP.
> Are there plans for this error code to be included in `strict` mode any time soon? I don't think that will happen. Just an example, enabling this for [Home...