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)