scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
20 stars 17 forks source link

Coding style fixes v2 #38

Closed tom3q closed 2 years ago

tom3q commented 2 years ago

[EDIT:] This is a new version where I made the code follow the Home Assistant guidelines. One last thing missing is making sure all public symbols have proper docstrings, but I need a short break from style fixes. ;)

Hey, I've finally managed to start working on my contributions for this project, but as a preparation I thought it would be nice to make the code pass some basic linter checks (I use flake8). The diff is kind of disturbing but IMHO the benefit of having a consistent coding style will show up as more contributions come in the future. WDYT?