#!/usr/bin/env bash

set -e

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