Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (18 loc) · 365 Bytes

Setup environment

Active virtualenv

This is the default location.

source ~/moonraker-telegram-bot-env/bin/activate

Install dependencies

pip install -r scripts/requirements.dev.txt

Install pre-commit hook

pre-commit install

You can also run pre-commit manually on all files:

pre-commit run --all-files