Cleanup: exclude code_layout_diagram.py from mypy check

Also update bl_run_operators.py based as #136156 is fixed.
This commit is contained in:
Campbell Barton
2025-04-03 13:41:55 +11:00
parent ae40ee047c
commit 62ab0837b3
2 changed files with 1 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ PATHS_EXCLUDE = set(
"tools/utils/make_gl_stipple_from_xpm.py",
"tools/utils/make_shape_2d_from_blend.py",
"tools/utils_api/bpy_introspect_ui.py", # Uses `bpy`.
"tools/utils_doc/code_layout_diagram.py", # Uses `bpy`.
"tools/utils_doc/rna_manual_reference_updater.py",
"tools/utils_ide/qtcreator/externaltools/qtc_assembler_preview.py",
"tools/utils_ide/qtcreator/externaltools/qtc_blender_diffusion.py",