Skip to content

Commit

Permalink
Run buildifier -r .
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Sep 21, 2022
1 parent b5a926d commit b32bbe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions licence-checker/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
# SPDX-License-Identifier: Apache-2.0

package(default_visibility = ["//visibility:public"])

load("@lowrisc_misc_linters_pip//:requirements.bzl", "requirement")

py_binary(
name = "licence-checker",
srcs = ["licence-checker.py"],
deps = [
requirement('hjson'),
requirement('tabulate'),
requirement("hjson"),
requirement("tabulate"),
],
)

0 comments on commit b32bbe9

Please sign in to comment.