mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
3 lines
99 B
Bash
3 lines
99 B
Bash
|
#!/bin/bash
|
||
|
git ls-files \*.py | xargs mypy --pretty --install-types --ignore-missing-imports "$@"
|