#!/bin/sh

poetry run ruff check --fix --show-fixes .
poetry run black --quiet .