From 5629b09ccf9eb78c6a261e0ba0ca8cfa05c8fa90 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Jul 2024 15:30:34 +1000 Subject: [PATCH] Extensions: update makefile for linters --- scripts/addons_core/bl_pkg/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/addons_core/bl_pkg/Makefile b/scripts/addons_core/bl_pkg/Makefile index a24a31a45cd..a09a0aa45ae 100644 --- a/scripts/addons_core/bl_pkg/Makefile +++ b/scripts/addons_core/bl_pkg/Makefile @@ -13,7 +13,6 @@ PY_FILES=$(shell find ./ -type f -name '*.py') PY_FILES_MYPY=$(filter-out \ ./__init__.py \ ./bl_extension_cli.py \ - ./bl_extension_local.py \ ./bl_extension_monkeypatch.py \ ./bl_extension_notify.py \ ./bl_extension_ops.py \ @@ -27,8 +26,7 @@ PY_FILES_MYPY=$(filter-out \ PY_FILES_MYPY_STANDALONE= \ ./bl_extension_utils.py \ - ./bl_extension_cli.py \ - ./wheel_manager.py + ./bl_extension_cli.py EXTRA_WATCH_FILES=Makefile