1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-09 08:29:20 +00:00

11 Commits

Author SHA1 Message Date
Marc Mueller
f0452e9ba0
Update mypy dev 1.11.0a8 () 2024-06-21 13:15:18 +02:00
Marc Mueller
26a599ad11
Use PEP 695 for function annotations (1) () 2024-05-18 11:45:54 +02:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ()
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] () 2024-03-08 14:15:26 +01:00
Marc Mueller
a70ec64408
Update mypy to 1.7.0 () 2023-11-11 23:31:04 +01:00
ollo69
0876239927
Do not redact diagnostics empty key () 2022-04-03 13:17:08 +02:00
Marc Mueller
be7ef6115c
Make TypeVars private (1) () 2022-03-17 18:52:38 +01:00
Marc Mueller
ac50248938
Add type ignore error codes [other] () 2022-02-17 23:10:25 -08:00
Paulus Schoutsen
5da923c341
Protect state.as_dict from mutation () 2022-02-04 14:45:25 -08:00
Aaron Bach
cc6b0cc843
Ensure diagnostics redaction can handle lists of lists ()
* Ensure diagnostics redaction can handle lists of lists

* Code review

* Update homeassistant/components/diagnostics/util.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Code review

* Typing

* Revert "Typing"

This reverts commit 8a57f772caa5180b609175591d81dfc473769f70.

* New typing attempt

* Revert "New typing attempt"

This reverts commit e26e4aae69f62325fdd6af4d80c8fd1f74846e54.

* Fix typing

* Fix typing again

* Add tests

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-29 13:30:15 -07:00
Paulus Schoutsen
520ba0a82e
Introduce new redact helper () 2022-01-20 23:02:47 +01:00