mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Upgrade mypy to 0.780 (#36416)
http://mypy-lang.blogspot.com/2020/06/mypy-0780-released.html
This commit is contained in:
parent
751e2f4125
commit
fc395de511
@ -359,6 +359,7 @@ async def _async_set_up_integrations(
|
||||
errors = [domain for domain in domains if futures[domain].exception()]
|
||||
for domain in errors:
|
||||
exception = futures[domain].exception()
|
||||
assert exception is not None
|
||||
_LOGGER.error(
|
||||
"Error setting up integration %s - received exception",
|
||||
domain,
|
||||
|
@ -7,7 +7,7 @@ asynctest==0.13.0
|
||||
codecov==2.1.0
|
||||
coverage==5.1
|
||||
mock-open==1.4.0
|
||||
mypy==0.770
|
||||
mypy==0.780
|
||||
pre-commit==2.4.0
|
||||
pylint==2.4.4
|
||||
astroid==2.3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user