mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Upgrade mypy to 0.650 (#19150)
* Upgrade to 0.650 * Remove no longer needed type: ignore
This commit is contained in:
parent
dbbbfaa869
commit
7d3a962f73
@ -28,7 +28,7 @@ except AttributeError:
|
||||
try:
|
||||
return loop.run_until_complete(main)
|
||||
finally:
|
||||
asyncio.set_event_loop(None) # type: ignore # not a bug
|
||||
asyncio.set_event_loop(None)
|
||||
loop.close()
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ coveralls==1.2.0
|
||||
flake8-docstrings==1.3.0
|
||||
flake8==3.6.0
|
||||
mock-open==1.3.1
|
||||
mypy==0.641
|
||||
mypy==0.650
|
||||
pydocstyle==2.1.1
|
||||
pylint==2.2.2
|
||||
pytest-aiohttp==0.3.0
|
||||
|
@ -7,7 +7,7 @@ coveralls==1.2.0
|
||||
flake8-docstrings==1.3.0
|
||||
flake8==3.6.0
|
||||
mock-open==1.3.1
|
||||
mypy==0.641
|
||||
mypy==0.650
|
||||
pydocstyle==2.1.1
|
||||
pylint==2.2.2
|
||||
pytest-aiohttp==0.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user