Remove unnnecessary pylint configs from core (#98704)

This commit is contained in:
Ville Skyttä 2023-08-23 00:12:12 +03:00 committed by GitHub
parent e9af99e469
commit 6399d74c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 27 additions and 63 deletions

View file

@ -1221,7 +1221,7 @@ def test_enum() -> None:
schema("value3")
def test_socket_timeout(): # pylint: disable=invalid-name
def test_socket_timeout():
"""Test socket timeout validator."""
schema = vol.Schema(cv.socket_timeout)