kupferbootstrap/typecheck.sh

3 lines
128 B
Bash
Raw Normal View History

2022-02-18 06:42:25 +01:00
#!/bin/bash
2022-08-27 03:46:07 +02:00
git ls-files \*.py | sort -u | xargs mypy --pretty --show-error-codes --install-types --ignore-missing-imports "$@"