colmi_r02_client/check.sh
2024-10-28 21:06:22 +01:00

14 lines
104 B
Bash
Executable File

#!/bin/bash
set -ex
ruff format
ruff check --fix
mypy colmi_r02_client
pytest
poetry check --lock