Upgrade mypy to 0.650 (#19150)

* Upgrade to 0.650

* Remove no longer needed type: ignore
This commit is contained in:
Ville Skyttä 2018-12-09 21:22:08 +02:00 committed by GitHub
parent dbbbfaa869
commit 7d3a962f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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