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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue