#!/usr/bin/env bash

set -ex

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