From e45a57656ce2d934a38a9c90c131ca31e84a1623 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Apr 2021 11:35:59 +1000 Subject: [PATCH] GNUmakefile: add 'check_mypy' convenience target --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index d7ecee09351..7df561ed34f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -480,6 +480,9 @@ check_smatch: .FORCE cd "$(BUILD_DIR)" ; \ $(PYTHON) "$(BLENDER_DIR)/build_files/cmake/cmake_static_check_smatch.py" +check_mypy: .FORCE + $(PYTHON) "$(BLENDER_DIR)/source/tools/check_source/check_mypy.py" + check_spelling_py: .FORCE cd "$(BUILD_DIR)" ; \ PYTHONIOENCODING=utf_8 $(PYTHON) \