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

Add pre-commit-hooks #81

Closed Bouni closed 1 year ago

Bouni commented 1 year ago

This is meant to be a starting point. We'll add the hooks one after another to prevent to many changes to be made at a time.

Here we start with black as the first pre-commit-hook.

make sure you have installed pre-commit (pip install pre-commit) then simply run pre-commit install and you set.