#!/bin/bash

set -e

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