#!/bin/bash

set -e

## shellcheck disable=SC1090
#. "$HOME"/.asdf/asdf.sh
#
## ruff check
#hatch fmt
## mypy check
#hatch -e types run check
