#!/bin/sh

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

python3 -m ruff check snitun
python3 -m pylint snitun
