kupferbootstrap/typecheck.sh
2025-03-29 21:34:21 +01:00

2 lines
131 B
Bash
Executable file

#!/bin/bash
mypy --pretty --show-error-codes --check-untyped-defs --install-types --ignore-missing-imports -p kupferbootstrap "$@"