Files
2024-04-05 14:59:40 -05:00

9 lines
84 B
Bash

#!/usr/bin/env bash
set -e
set -x
mypy app
ruff check app
ruff format app --check