#!/usr/bin/env bash

set -e

ruff format --check .
ruff check --output-format=github .
mypy dlcalc/training_3d.py
