diff --git a/tests/utils/bl_run_operators.py b/tests/utils/bl_run_operators.py index 7055fb35836..39fef8e6811 100644 --- a/tests/utils/bl_run_operators.py +++ b/tests/utils/bl_run_operators.py @@ -405,7 +405,6 @@ operator_pattern_exclude_for_bugs_without_gui = ( "buttons.clear_filter", # Null `space->runtime` in background mode. "buttons.toggle_pin", # Technically a bug but doesn't make sense in background mode. "gpencil.layer_annotation_remove", # TODO: looks like this could be fixed. - "object.grease_pencil_add", # reported #136156. "outliner.animdata_operation", # TODO: looks like poll should handle this. "outliner.collection_new", # `space_outliner->runtime` is null. "outliner.delete", # TODO: looks like poll should handle this. diff --git a/tools/check_source/check_mypy_config.py b/tools/check_source/check_mypy_config.py index 57c8b2b06ce..2131ca6b757 100644 --- a/tools/check_source/check_mypy_config.py +++ b/tools/check_source/check_mypy_config.py @@ -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",