#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npm test
# isort --profile black lmtr_agents
# black .
ruff format .
ruff check . --fix