mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade pylint to 1.9.2 (#14916)
This commit is contained in:
parent
fecce206a9
commit
cb646e48d0
@ -37,6 +37,7 @@ def homekit_http_send(self, message_body=None, encode_chunked=False):
|
|||||||
Appends an extra \r\n to the buffer.
|
Appends an extra \r\n to the buffer.
|
||||||
A message_body may be specified, to be appended to the request.
|
A message_body may be specified, to be appended to the request.
|
||||||
"""
|
"""
|
||||||
|
# pylint: disable=protected-access
|
||||||
self._buffer.extend((b"", b""))
|
self._buffer.extend((b"", b""))
|
||||||
msg = b"\r\n".join(self._buffer)
|
msg = b"\r\n".join(self._buffer)
|
||||||
del self._buffer[:]
|
del self._buffer[:]
|
||||||
|
@ -8,7 +8,7 @@ flake8==3.5
|
|||||||
mock-open==1.3.1
|
mock-open==1.3.1
|
||||||
mypy==0.590
|
mypy==0.590
|
||||||
pydocstyle==1.1.1
|
pydocstyle==1.1.1
|
||||||
pylint==1.8.4
|
pylint==1.9.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-sugar==0.9.1
|
pytest-sugar==0.9.1
|
||||||
|
@ -9,7 +9,7 @@ flake8==3.5
|
|||||||
mock-open==1.3.1
|
mock-open==1.3.1
|
||||||
mypy==0.590
|
mypy==0.590
|
||||||
pydocstyle==1.1.1
|
pydocstyle==1.1.1
|
||||||
pylint==1.8.4
|
pylint==1.9.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-sugar==0.9.1
|
pytest-sugar==0.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user