#!/bin/bash

set -e

poetry run ruff check --fix assets tests dev.py application.py --no-cache
poetry run ruff format assets tests dev.py application.py --no-cache
