Adding mypy

This commit is contained in:
Kinesin Data Technologies Incorporated
2023-11-27 19:38:15 -05:00
committed by Ian Roddis
parent f371be4bba
commit f7288f9cb0
+2 -1
View File
@@ -587,7 +587,8 @@ vim.defer_fn(function()
"ruff_lsp", "ruff_lsp",
"clang-format", "clang-format",
"prettier", "prettier",
"black" "black",
"mypy"
}, },
auto_update = true, auto_update = true,
} }