We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047416a commit 6a156b8Copy full SHA for 6a156b8
MODULE.bazel
@@ -3,6 +3,7 @@ http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_
3
new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.bzl", "new_local_repository")
4
repo_license = use_repo_rule("//bazel/rules:repo_license.bzl", "detect_repo_license")
5
6
+bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
7
bazel_dep(name = "aspect_rules_lint", version = "1.2.0")
8
bazel_dep(name = "aspect_rules_py", version = "0.7.4")
9
bazel_dep(name = "bazel_clang_tidy", dev_dependency = True)
0 commit comments