Files
bps_admin/backend/scripts/lint.sh
T

8 lines
71 B
Bash

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