#!/bin/bash

set -e

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