mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
git ls-files \*.py | sort -u | xargs mypy --pretty --install-types --ignore-missing-imports "$@"
|