mypy
This commit is contained in:
parent
657636b9c4
commit
2ce78087c4
1 changed files with 4 additions and 0 deletions
4
sh/lint/mypy.sh
Normal file
4
sh/lint/mypy.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
rwx_mypy() {
|
||||
local path="${1}"
|
||||
mypy "${path}"
|
||||
}
|
Loading…
Reference in a new issue