#!/bin/bash

set -e

poetry run ruff check --no-cache --fix .
poetry run ruff format --no-cache .
