kupferbootstrap/typecheck.sh
2022-11-02 00:38:18 +01:00

2 lines
128 B
Bash
Executable file

#!/bin/bash
git ls-files \*.py | sort -u | xargs mypy --pretty --show-error-codes --install-types --ignore-missing-imports "$@"