Enable Ruff D212 (#87347)
This commit is contained in:
parent
97de0c6d9a
commit
ca1a12898c
237 changed files with 353 additions and 707 deletions
|
@ -114,8 +114,7 @@ ia_validator = vol.Any(
|
|||
|
||||
|
||||
def ip_v4_validator(value: Any, multicast: bool | None = None) -> str:
|
||||
"""
|
||||
Validate that value is parsable as IPv4 address.
|
||||
"""Validate that value is parsable as IPv4 address.
|
||||
|
||||
Optionally check if address is in a reserved multicast block or is explicitly not.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue