1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-04 15:48:48 +01:00

Enable Ruff D212 (#87347)

This commit is contained in:
Franck Nijhof
2023-02-03 23:08:48 +01:00
committed by GitHub
parent 97de0c6d9a
commit ca1a12898c
237 changed files with 353 additions and 707 deletions
@@ -1,5 +1,4 @@
"""
Provide a mock alarm_control_panel platform.
"""Provide a mock alarm_control_panel platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock binary sensor platform.
"""Provide a mock binary sensor platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock button platform.
"""Provide a mock button platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock cover platform.
"""Provide a mock cover platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock light platform.
"""Provide a mock light platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock lock platform.
"""Provide a mock lock platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock number platform.
"""Provide a mock number platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock remote platform.
"""Provide a mock remote platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock select platform.
"""Provide a mock select platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock sensor platform.
"""Provide a mock sensor platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock switch platform.
"""Provide a mock switch platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock text platform.
"""Provide a mock text platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock update platform.
"""Provide a mock update platform.
Call init before using it in your tests to ensure clean test data.
"""
@@ -1,5 +1,4 @@
"""
Provide a mock weather platform.
"""Provide a mock weather platform.
Call init before using it in your tests to ensure clean test data.
"""