[buildcore] Make mypy run with python3 -m

This commit is contained in:
Gary Talent 2023-12-01 00:51:00 -06:00
parent f6058f4e07
commit 6b3974eb93

View File

@ -89,7 +89,7 @@ purge:
${BC_CMD_RM_RF} compile_commands.json
.PHONY: test
test: build
${BC_CMD_ENVRUN} mypy ${BC_VAR_SCRIPTS}
${BC_CMD_ENVRUN} python3 -m mypy ${BC_VAR_SCRIPTS}
${BC_CMD_CMAKE_BUILD} ${BC_VAR_BUILD_PATH} test
.PHONY: test-verbose
test-verbose: build