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