#!/bin/sh
set -e

# Install all dependencies:
pip3 install poetry
poetry install

# Install pre-commit hooks:
pre-commit install
