diff --git a/MODULE.bazel b/MODULE.bazel index 945cd0c1..e7d00fc7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,6 +2,7 @@ module( name = "build_stack_rules_proto", + version = "0.0.0", compatibility_level = 1, ) diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel index 5f5eb7f5..40ee7e21 100644 --- a/tools/BUILD.bazel +++ b/tools/BUILD.bazel @@ -11,9 +11,7 @@ buildifier_test( name = "buildifier.check", size = "small", diff_command = "diff", - exclude_patterns = [ - "./vendor/*", - ], + exclude_patterns = ["./vendor/*"], lint_mode = "warn", mode = "diff", no_sandbox = True,