DEBSOURCES
Skip Quicknav
sources / python-tado / 0.19.2-1 / scripts / bootstrap
12345678
#!/bin/bash set -e python3 -m venv .venv source .venv/bin/activate poetry install poetry run pre-commit install