#!/bin/bash
set -euo pipefail

cd "$(dirname "$0")/.."

poetry install
poetry run pre-commit install
