1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade pylint to 2.6.0 (#39363)

This commit is contained in:
Ville Skyttä
2020-08-29 08:59:24 +03:00
committed by GitHub
parent 67de1d3466
commit 1bf2c4d976
52 changed files with 77 additions and 86 deletions

View File

@@ -743,6 +743,7 @@ class ConfigEntries:
self,
entry: ConfigEntry,
*,
# pylint: disable=dangerous-default-value # _UNDEFs not modified
unique_id: Union[str, dict, None] = _UNDEF,
title: Union[str, dict] = _UNDEF,
data: dict = _UNDEF,