kupferbootstrap/typecheck.sh

3 lines
109 B
Bash
Raw Normal View History

2022-02-18 06:42:25 +01:00
#!/bin/bash
2022-07-15 06:09:55 +02:00
git ls-files \*.py | sort -u | xargs mypy --pretty --install-types --ignore-missing-imports "$@"