#!/bin/sh

cd "$(dirname "$0")/.."

python3 -m ruff check --fix snitun
python3 -m ruff format --check snitun
