All checks were successful
/ job (push) Successful in 1m12s
new development branch from root commit
4 lines
50 B
Bash
4 lines
50 B
Bash
rwx_mypy() {
|
|
local path="${1}"
|
|
mypy "${path}"
|
|
}
|