From 25b6b6cc85fd75ba736a84672cb10e5fcf4cc613 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Fri, 7 Aug 2026 02:58:40 +0200 Subject: [PATCH] chore(bazel): make module declarations one line --- MODULE.bazel | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1323a4c..279b133 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,10 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_scrample", - version = "0.1.0", -) +module(name = "score_scrample") # Configure and register the python toolchain. bazel_dep(name = "rules_python", version = "1.4.1")