kupferbootstrap/typecheck.sh

3 lines
149 B
Bash
Raw Permalink Normal View History

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