Skip to content

Commit 60b2e88

Browse files
committed
removing spaces
1 parent 9e3341e commit 60b2e88

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

scripts/tooling/BUILD

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
# Copyright (c) 2026 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
5-
# information regarding copyright ownership
5+
# information regarding copyright ownership.
66
#
77
# This program and the accompanying materials are made available under the
88
# terms of the Apache License Version 2.0 which is available at
9-
# <https://www.apache.org/licenses/LICENSE-2.0>
9+
# https://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13-
1413
load("@ref_int_scripts_env//:requirements.bzl", "all_requirements")
1514
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
1615
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
@@ -35,15 +34,13 @@ compile_pip_requirements(
3534
)
3635

3736
# Library target
38-
3937
py_library(
4038
name = "lib",
4139
srcs = glob(["lib/**/*.py"]),
4240
visibility = ["//visibility:public"],
4341
)
4442

4543
# CLI library target (shared between binary and tests)
46-
4744
py_library(
4845
name = "cli",
4946
srcs = glob(["cli/**/*.py"]),
@@ -54,7 +51,6 @@ py_library(
5451
)
5552

5653
# CLI binary target
57-
5854
py_binary(
5955
name = "tooling",
6056
srcs = ["cli/main.py"],
@@ -64,7 +60,6 @@ py_binary(
6460
)
6561

6662
# Workflow scripts as executables
67-
6863
py_binary(
6964
name = "checkout_repos",
7065
srcs = ["cli/workflow/checkout_repos.py"],
@@ -84,7 +79,6 @@ py_binary(
8479
)
8580

8681
# Tests target
87-
8882
score_py_pytest(
8983
name = "tooling_tests",
9084
srcs = glob(["tests/**/*.py"]),

0 commit comments

Comments
 (0)