mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 04:18:29 +02:00
Bump pylint from 2.5.3 to 2.6.0 (#1262)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
@@ -32,6 +32,7 @@ class _Schema(vol.Schema):
|
||||
try:
|
||||
res = extra(res)
|
||||
except vol.Invalid as err:
|
||||
# pylint: disable=raise-missing-from
|
||||
raise ensure_multiple_invalid(err)
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user