Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 693 Bytes

Tidal Music service

GitHub Code style: black Conventional Commits

Development

Install dependencies

# Install all dependencies
poetry install

# Install linters and checks (Unlinted PRs won't be approved)
poetry run pre-commit install

# Install commit-msg linters (PRs with wrong commit names will be squashed)
poetry run pre-commit install --hook-type commit-msg