dograh/scripts/lint.sh
2025-09-26 09:09:06 +05:30

8 lines
No EOL
91 B
Bash

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