This is a refactored version of evohome-client v1. It doesn't offer any more functionality but, usefully, it has no lint, except for line-too-long and missing-docstring.
(hass) dbonnes@vm-builder:~/evohome-client$ flake8 --ignore=E501 evohomeclient/__init__.py
(hass) dbonnes@vm-builder:~/evohome-client$ pylint --disable=C0301,C0111 evohomeclient/__init__.py
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
This is a refactored version of evohome-client v1. It doesn't offer any more functionality but, usefully, it has no lint, except for
line-too-long
andmissing-docstring
.