OBone-git / Cozytouch-domoticz

Python script for read/write data between the cozytouch server and domoticz on rpi
MIT License
18 stars 15 forks source link

Reformat the code using black #59

Open LudovicRousseau opened 1 year ago

LudovicRousseau commented 1 year ago

black(1) is a "uncompromising Python code formatter" https://pypi.org/project/black/

I suggest to NOT merge this PR but to run black yourself on your side so you can be sure my patch does not include malicious changes. The patch is here mostly to let you see what is changed when black is used.