#!/bin/bash

set -e

ruff check --fix vectororder/ tests/ dev.py application.py --no-cache
ruff format vectororder/ tests/ dev.py application.py --no-cache
