rwx/sh/lint/mypy.sh

5 lines
50 B
Bash
Raw Permalink Normal View History

2025-01-31 17:01:41 +00:00
rwx_mypy() {
local path="${1}"
mypy "${path}"
}