For contributorsΒΆ

Clone the repository:

git clone https://github.com/meowmeowcode/misery.git
cd misery

Install dependencies:

poetry install --extras "postgres clickhouse"

Check code with MyPy:

poetry run mypy

Run tests:

poetry run docker-compose up -d
poetry run py.test tests/

Autoformat code:

poetry run black .