Upgrade mypy to 0.620 (#15612)

This commit is contained in:
Ville Skyttä 2018-07-22 14:37:26 +03:00 committed by Paulus Schoutsen
parent 75f40ccb06
commit a38c0d6d15
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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