[Bf-blender-cvs] [e45a57656ce] master: GNUmakefile: add 'check_mypy' convenience target

Campbell Barton noreply at git.blender.org
Wed Apr 14 03:59:51 CEST 2021


Commit: e45a57656ce2d934a38a9c90c131ca31e84a1623
Author: Campbell Barton
Date:   Wed Apr 14 11:35:59 2021 +1000
Branches: master
https://developer.blender.org/rBe45a57656ce2d934a38a9c90c131ca31e84a1623

GNUmakefile: add 'check_mypy' convenience target

===================================================================

M	GNUmakefile

===================================================================

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) \



More information about the Bf-blender-cvs mailing list