Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 497 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 497 Bytes

Contribution to improve the tool are most welcome. All contributions will be acknowledged.

Please make a git pull request on the dev branch.

I will not accept pull requests on the master branch, except very minor bug fixes.

Coding standards

For simplicity I have inherited the coding standards of Homeassistant. Before submitting code please run the following and clear ALL errors.

  • black
  • isort
  • pylint
  • flake8