Skip to content
Snippets Groups Projects
Commit e45a5765 authored by Campbell Barton's avatar Campbell Barton
Browse files

GNUmakefile: add 'check_mypy' convenience target

parent d63b72e9
No related branches found
No related tags found
No related merge requests found
...@@ -480,6 +480,9 @@ check_smatch: .FORCE ...@@ -480,6 +480,9 @@ check_smatch: .FORCE
cd "$(BUILD_DIR)" ; \ cd "$(BUILD_DIR)" ; \
$(PYTHON) "$(BLENDER_DIR)/build_files/cmake/cmake_static_check_smatch.py" $(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 check_spelling_py: .FORCE
cd "$(BUILD_DIR)" ; \ cd "$(BUILD_DIR)" ; \
PYTHONIOENCODING=utf_8 $(PYTHON) \ PYTHONIOENCODING=utf_8 $(PYTHON) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment