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

9 Commits

Author SHA1 Message Date
Marc Mueller
34bd291615
Use PEP 695 for decorator typing (1) () 2024-05-17 16:27:02 +02:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] () 2024-03-08 14:15:26 +01:00
Ville Skyttä
24b1e01d71
Update Ruff to 0.1.8, avoid linter/formatter conflicts ()
* Disable Ruff rules that may conflict with the formatter

* Upgrade Ruff to 0.1.8

- https://github.com/astral-sh/ruff/releases/tag/v0.1.7
- https://github.com/astral-sh/ruff/releases/tag/v0.1.8

* Format with Ruff 0.1.8
2023-12-20 23:55:09 +01:00
Marc Mueller
45b4b0e990
Import ParamSpec from typing [Py310] ()
* Import ParamSpec from typing [Py310]

* Update additional imports
2023-01-23 07:28:43 +01:00
Marc Mueller
cdafbbe10f
Rename bound TypeVars () 2022-04-28 13:19:51 +02:00
Marc Mueller
93cbb331e5
Update Mypy to 0.950 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-27 20:49:54 -05:00
Marc Mueller
89859aad8d
Fix ParamSpec Callable return types () 2022-01-09 06:03:18 +01:00
Marc Mueller
53496c019c
Start using ParamSpec for decorator functions () 2022-01-04 18:37:46 +01:00
Paulus Schoutsen
296f678d52
Add Evil Genius Labs integration ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-08 08:56:27 -08:00