2024-03-11 16:49:35 +00:00

9 lines
78 B
Bash

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