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

# npm test
# isort --profile black run_cmd
black run_cmd
ruff . --fix