#!/usr/bin/env bash

set -e

poetry run ruff check --select I --fix .
poetry run ruff format src/ tests/
