#!/bin/bash

set -e

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