#!/bin/sh

poetry run ruff check --fix --show-fixes .
poetry run ruff format