Upgrade pylint to 1.9.2 (#14916)
This commit is contained in:
parent
fecce206a9
commit
cb646e48d0
3 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@ def homekit_http_send(self, message_body=None, encode_chunked=False):
|
|||
Appends an extra \r\n to the buffer.
|
||||
A message_body may be specified, to be appended to the request.
|
||||
"""
|
||||
# pylint: disable=protected-access
|
||||
self._buffer.extend((b"", b""))
|
||||
msg = b"\r\n".join(self._buffer)
|
||||
del self._buffer[:]
|
||||
|
|
|
@ -8,7 +8,7 @@ flake8==3.5
|
|||
mock-open==1.3.1
|
||||
mypy==0.590
|
||||
pydocstyle==1.1.1
|
||||
pylint==1.8.4
|
||||
pylint==1.9.2
|
||||
pytest-aiohttp==0.3.0
|
||||
pytest-cov==2.5.1
|
||||
pytest-sugar==0.9.1
|
||||
|
|
|
@ -9,7 +9,7 @@ flake8==3.5
|
|||
mock-open==1.3.1
|
||||
mypy==0.590
|
||||
pydocstyle==1.1.1
|
||||
pylint==1.8.4
|
||||
pylint==1.9.2
|
||||
pytest-aiohttp==0.3.0
|
||||
pytest-cov==2.5.1
|
||||
pytest-sugar==0.9.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue