Upgrade mypy to 0.570 (#13128)
parent
f9e07e617c
commit
54e0cc1304
|
@ -1,17 +1,17 @@
|
||||||
# linters such as flake8 and pylint should be pinned, as new releases
|
# linters such as flake8 and pylint should be pinned, as new releases
|
||||||
# make new things fail. Manually update these pins when pulling in a
|
# make new things fail. Manually update these pins when pulling in a
|
||||||
# new version
|
# new version
|
||||||
flake8==3.5
|
asynctest>=0.11.1
|
||||||
pylint==1.8.2
|
|
||||||
mypy==0.560
|
|
||||||
pydocstyle==1.1.1
|
|
||||||
coveralls==1.2.0
|
coveralls==1.2.0
|
||||||
pytest==3.3.1
|
flake8-docstrings==1.0.3
|
||||||
|
flake8==3.5
|
||||||
|
mock-open==1.3.1
|
||||||
|
mypy==0.570
|
||||||
|
pydocstyle==1.1.1
|
||||||
|
pylint==1.8.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-timeout>=1.2.1
|
|
||||||
pytest-sugar==0.9.0
|
pytest-sugar==0.9.0
|
||||||
|
pytest-timeout>=1.2.1
|
||||||
|
pytest==3.3.1
|
||||||
requests_mock==1.4
|
requests_mock==1.4
|
||||||
mock-open==1.3.1
|
|
||||||
flake8-docstrings==1.0.3
|
|
||||||
asynctest>=0.11.1
|
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
# linters such as flake8 and pylint should be pinned, as new releases
|
# linters such as flake8 and pylint should be pinned, as new releases
|
||||||
# make new things fail. Manually update these pins when pulling in a
|
# make new things fail. Manually update these pins when pulling in a
|
||||||
# new version
|
# new version
|
||||||
flake8==3.5
|
asynctest>=0.11.1
|
||||||
pylint==1.8.2
|
|
||||||
mypy==0.560
|
|
||||||
pydocstyle==1.1.1
|
|
||||||
coveralls==1.2.0
|
coveralls==1.2.0
|
||||||
pytest==3.3.1
|
flake8-docstrings==1.0.3
|
||||||
|
flake8==3.5
|
||||||
|
mock-open==1.3.1
|
||||||
|
mypy==0.570
|
||||||
|
pydocstyle==1.1.1
|
||||||
|
pylint==1.8.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-timeout>=1.2.1
|
|
||||||
pytest-sugar==0.9.0
|
pytest-sugar==0.9.0
|
||||||
|
pytest-timeout>=1.2.1
|
||||||
|
pytest==3.3.1
|
||||||
requests_mock==1.4
|
requests_mock==1.4
|
||||||
mock-open==1.3.1
|
|
||||||
flake8-docstrings==1.0.3
|
|
||||||
asynctest>=0.11.1
|
|
||||||
|
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
|
|
Loading…
Reference in New Issue