Files

9 lines
84 B
Bash
Raw Permalink Normal View History

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