Skip to content
Snippets Groups Projects
Commit cb646e48 authored by Ville Skyttä's avatar Ville Skyttä Committed by Paulus Schoutsen
Browse files

Upgrade pylint to 1.9.2 (#14916)

parent fecce206
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment