dograh/scripts/lint.sh

8 lines
91 B
Bash
Raw Permalink Normal View History

2025-09-26 09:09:06 +05:30
#!/usr/bin/env bash
set -e
set -x
mypy api
ruff check api --check
ruff format api --check