diff --git a/crates/starpls_bazel/data/module-bazel.builtins.json b/crates/starpls_bazel/data/module-bazel.builtins.json index dd58915..2d46767 100644 --- a/crates/starpls_bazel/data/module-bazel.builtins.json +++ b/crates/starpls_bazel/data/module-bazel.builtins.json @@ -106,7 +106,7 @@ }, { "name": "repo_name", - "type": "string", + "type": "string; or None", "doc": "The name of the external repo representing this dependency. This is by default the name of the module.", "default_value": "''", "is_mandatory": false,