Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

issue-93: Also output the suggested changes of the 'black' workflow #94

Closed Guzz-T closed 1 year ago

Guzz-T commented 1 year ago

The "black" workflow only states that some files should be changed, but does not report these changes. Fixed this by adding a --diff option to the call.

Fixes #93

Bouni commented 1 year ago

LGTM