Upgrade mypy to 0.780 (#36416)

http://mypy-lang.blogspot.com/2020/06/mypy-0780-released.html
This commit is contained in:
Ville Skyttä 2020-06-03 23:51:44 +03:00 committed by GitHub
parent 751e2f4125
commit fc395de511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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