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()] errors = [domain for domain in domains if futures[domain].exception()]
for domain in errors: for domain in errors:
exception = futures[domain].exception() exception = futures[domain].exception()
assert exception is not None
_LOGGER.error( _LOGGER.error(
"Error setting up integration %s - received exception", "Error setting up integration %s - received exception",
domain, domain,

View File

@ -7,7 +7,7 @@ asynctest==0.13.0
codecov==2.1.0 codecov==2.1.0
coverage==5.1 coverage==5.1
mock-open==1.4.0 mock-open==1.4.0
mypy==0.770 mypy==0.780
pre-commit==2.4.0 pre-commit==2.4.0
pylint==2.4.4 pylint==2.4.4
astroid==2.3.3 astroid==2.3.3