rwx/sh/lint/mypy.sh
2025-01-31 18:01:41 +01:00

4 lines
50 B
Bash

rwx_mypy() {
local path="${1}"
mypy "${path}"
}