File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
workspace (name = "org_tensorflow" )
4
4
5
+ # buildifier: disable=load-on-top
6
+
5
7
# We must initialize hermetic python first.
6
8
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
7
9
@@ -27,6 +29,7 @@ http_archive(
27
29
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz" ,
28
30
)
29
31
32
+ # buildifier: disable=same-origin-load
30
33
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
31
34
32
35
py_repositories ()
Original file line number Diff line number Diff line change 2
2
3
3
workspace (name = "wheel_test" )
4
4
5
+ # buildifier: disable=load-on-top
6
+
5
7
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
6
8
7
9
http_archive (
@@ -20,6 +22,7 @@ http_archive(
20
22
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz" ,
21
23
)
22
24
25
+ # buildifier: disable=same-origin-load
23
26
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
24
27
25
28
py_repositories ()
You can’t perform that action at this time.
0 commit comments