kupferbootstrap/typecheck.sh
2022-07-15 06:14:33 +02:00

2 lines
109 B
Bash
Executable file

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