marcelwestrahome / home-assistant-niu-component

niu scooter integration for Home assistant.
Apache License 2.0
47 stars 29 forks source link

Add pre-commit hook #19

Closed syssi closed 3 years ago

syssi commented 3 years ago

https://pre-commit.com/

Usage:

pip3 install pre-commit
pre-commit install
syssi commented 3 years ago

This pull requests introduces a pre-commit hook. If you install the hook your future commits will be checked each time. This tool helps to maintain code quality and code style. Most of the rules are enforced by Home Assistant. I you want to merge this component into the HA core some day it's a good foundation.