This commit is contained in:
Marc Beninca 2025-01-31 18:01:41 +01:00
parent 657636b9c4
commit 2ce78087c4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
sh/lint/mypy.sh Normal file
View file

@ -0,0 +1,4 @@
rwx_mypy() {
local path="${1}"
mypy "${path}"
}