mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 18:08:22 -04:00
2 lines
131 B
Bash
Executable file
2 lines
131 B
Bash
Executable file
#!/bin/bash
|
|
mypy --pretty --show-error-codes --check-untyped-defs --install-types --ignore-missing-imports -p kupferbootstrap "$@"
|