1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-02 09:01:05 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Sid
2cc916db6d Replace pylint broad-except with Ruff BLE001 () 2024-05-07 14:00:27 +02:00
Sid
b456d97e65 Replace pylint protected-access with Ruff SLF001 () 2024-05-06 20:33:26 +02:00
Marc Mueller
59a6035d3f Add empty line after module docstring [j-m] () 2024-03-08 09:01:29 -05:00
Marc Mueller
77f38e33e5 Import names from typing instead of typing_extensions [3.11] () 2023-07-22 17:03:44 -05:00
Marc Mueller
f7b39aa4a8 Add Self typing (3) [mypy 1.0] () 2023-02-06 22:30:07 -06:00
Franck Nijhof
ca1a12898c Enable Ruff D212 () 2023-02-03 23:08:48 +01:00
Franck Nijhof
79b52a2b41 Stricter pylint message control () 2023-01-20 13:47:55 +01:00
Tomas Kislan
1dec6854e5 Fix and upgrade minio integration ()
closes https://github.com/home-assistant/core/issues/79842
2022-12-29 14:16:06 +01:00
Marc Mueller
53110f8cb7 Update pylint to 2.13.2 () 2022-03-27 16:08:24 +02:00
Marc Mueller
911b159281 Cleanup after pylint update () 2022-03-26 00:34:12 +01:00
Marc Mueller
b1d49b3b66 Use assignment expressions 29 () 2021-10-30 16:31:43 +02:00
Maciej Bieniek
e06a2a53c4 Add constructor return type in integrations L-N ()
* Add constructor return type in integrations L-N

* Small fix
2021-05-20 13:06:44 +01:00
Marc Mueller
c07646db5d Update typing syntax ()
* Update typing syntax

* Replace typing imports with ones from collections where possible

* Changes after review
2021-04-20 17:40:41 +02:00
Marc Mueller
25a13d1554 Update typing 10 () 2021-03-18 13:07:04 +01:00
Bas Nijholt
7128396f1a Sort imports according to PEP8 for minio () 2019-12-09 11:08:29 +01:00
Tomas Kislan
eee2b2d543 Add Minio component ()
* Add minio implementation

* Static check changes

* Added docstrings

* Update docstrings

* Update docstrings

* Fix linter errors

* Finally fix all docstring errors

* Create services.yaml

* Update CODEOWNERS

* Final changes

* Remove double underscores

* Minor changes

* Update config.yml

* Review changes

* Added tests

* Fix lint errors

* Move tests from unittest to pytest

* Add minio as test requirement

* Update test_minio_helper.py

* Better event thread handling, added hass test

* Update tests

* Fixed lint errors

* Update test_minio.py

* Review changes

* More review changes

* Removed tests

* Applied code style changes

* Reformat test code
2019-08-20 11:56:11 +02:00