#!/bin/bash

set -e

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