mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Upgrade mypy to 0.620 (#15612)
This commit is contained in:
parent
75f40ccb06
commit
a38c0d6d15
@ -126,7 +126,7 @@ class HomeAssistant:
|
|||||||
else:
|
else:
|
||||||
self.loop = loop or asyncio.get_event_loop()
|
self.loop = loop or asyncio.get_event_loop()
|
||||||
|
|
||||||
executor_opts = {'max_workers': None}
|
executor_opts = {'max_workers': None} # type: Dict[str, Any]
|
||||||
if sys.version_info[:2] >= (3, 6):
|
if sys.version_info[:2] >= (3, 6):
|
||||||
executor_opts['thread_name_prefix'] = 'SyncWorker'
|
executor_opts['thread_name_prefix'] = 'SyncWorker'
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ coveralls==1.2.0
|
|||||||
flake8-docstrings==1.0.3
|
flake8-docstrings==1.0.3
|
||||||
flake8==3.5
|
flake8==3.5
|
||||||
mock-open==1.3.1
|
mock-open==1.3.1
|
||||||
mypy==0.610
|
mypy==0.620
|
||||||
pydocstyle==1.1.1
|
pydocstyle==1.1.1
|
||||||
pylint==1.9.2
|
pylint==1.9.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
@ -7,7 +7,7 @@ coveralls==1.2.0
|
|||||||
flake8-docstrings==1.0.3
|
flake8-docstrings==1.0.3
|
||||||
flake8==3.5
|
flake8==3.5
|
||||||
mock-open==1.3.1
|
mock-open==1.3.1
|
||||||
mypy==0.610
|
mypy==0.620
|
||||||
pydocstyle==1.1.1
|
pydocstyle==1.1.1
|
||||||
pylint==1.9.2
|
pylint==1.9.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user