kupferbootstrap/typecheck.sh

3 lines
99 B
Bash
Raw Normal View History

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