From 696d91a3b6f1aa8c7ec98ca469aac15598cc5fe8 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Fri, 7 Aug 2026 02:58:48 +0200 Subject: [PATCH] chore(bazel): make module declarations one line --- MODULE.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 778be38..5a29382 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_test_scenarios", - version = "0.0.0", - compatibility_level = 0, -) +module(name = "score_test_scenarios") # Bazel global rules bazel_dep(name = "rules_python", version = "1.4.1")