You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pre-commit hooks are quite old in this repo. This PR run `pre-commit
autoupdate`. Since the hooks are not enfored by CI, buildifier is
already broken. I will create a follow up PR similar to
bazel-contrib/bazel-lib#1002 that adds it to CI
and fix all errors.
Copy file name to clipboardExpand all lines: e2e/repository-rule-deps/README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ The `:test` test case imports two modules from `@myrepo` ("flat" using `imports=
30
30
31
31
The second test case `:all_direct` skips the `repository_rule` to demonstrate that the `test.py` itself is correctly implemented and can actually pass when the bug is not present.
0 commit comments