From cf2bd2e44ff684af058e02a42a1fe42ee6f2ccff Mon Sep 17 00:00:00 2001 From: eclipse-score-bot <187756813+eclipse-score-bot@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:53:32 +0200 Subject: [PATCH] chore(bazel): use a minimal module declaration --- MODULE.bazel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 96720d1..cef1bf0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,12 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_bazel_tools_python", - version = "0.1.3", - compatibility_level = 0, - repo_name = "bazel_tools_python", -) +module(name = "score_bazel_tools_python") # Format checker bazel_dep(name = "score_format_checker", version = "0.1.1", dev_dependency = True)