1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-24 21:57:51 +00:00

12 Commits

Author SHA1 Message Date
Marc Mueller
8324fd5d1d
Deprecated old backports and typing aliases () 2024-04-06 13:15:30 -10:00
Marc Mueller
19ab3d6daf
Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
Franck Nijhof
30058297cf
Migrate backported StrEnum to built-in StrEnum () 2023-07-23 23:19:24 +02:00
Marc Mueller
77f38e33e5
Import names from typing instead of typing_extensions [3.11] () 2023-07-22 17:03:44 -05:00
J. Nick Koston
7a1f0a0b74
Remove unneeded str() in StrEnum backport () 2023-07-13 22:37:59 -10:00
Marc Mueller
342b406dc0
Add Self typing (1) [mypy 1.0] () 2023-02-06 22:29:47 -06:00
Franck Nijhof
ca1a12898c
Enable Ruff D212 () 2023-02-03 23:08:48 +01:00
Marc Mueller
d09fff595c
Rename existing TypeVars referencing Self type () 2022-07-20 03:03:22 +02:00
Marc Mueller
911b159281
Cleanup after pylint update () 2022-03-26 00:34:12 +01:00
Marc Mueller
eae0c75620
Make TypeVars private (2) () 2022-03-17 19:09:55 +01:00
Tobias Sauerwein
2c904c0974
Bump mypy to 0.930 ()
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-12-27 17:55:17 +01:00
Marvin Wichmann
707fe67c00
Move StrEnum to homeassistant.backports and move Platform to homeassistant.const ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-12-03 09:31:17 +01:00