kupferbootstrap/typecheck.sh
2022-02-18 06:50:47 +01:00

2 lines
99 B
Bash
Executable file

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