#!/bin/bash

set -e

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