Skip to content

Commit 927fcd9

Browse files
Upgrade tooling to 1.2.0 (#466)
1 parent 73bc87c commit 927fcd9

4 files changed

Lines changed: 830 additions & 63 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,16 @@ http_file(
8080
urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"],
8181
)
8282

83-
# Provides, pytest & venv
84-
# bazel_dep(name = "score_python_basics", version = "0.3.4")
85-
# local_path_override(
86-
# module_name = "score_python_basics",
87-
# path="../tooling"
88-
# )
89-
9083
# Checker rule for CopyRight checks/fixes
9184

9285
# docs dependency
9386
# Note: requirements were last aligned with 1.2.0,
9487
# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x.
95-
bazel_dep(name = "score_process", version = "1.4.3")
88+
bazel_dep(name = "score_process", version = "1.5.1")
9689

9790
# Add Linter
9891
bazel_dep(name = "rules_multitool", version = "1.9.0")
99-
bazel_dep(name = "score_tooling", version = "1.1.2")
92+
bazel_dep(name = "score_tooling", version = "1.2.0")
10093

10194
multitool_root = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
10295
use_repo(multitool_root, "actionlint_hub", "multitool", "ruff_hub", "shellcheck_hub", "yamlfmt_hub")

0 commit comments

Comments
 (0)