6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
set -o pipefail
|
|
|
|
uv run mypy src/
|
|
uv run ruff check "$@"
|
|
git diff --exit-code
|