summaryrefslogtreecommitdiff
path: root/tools/BUILD.bazel
blob: b517e1f617028ff7bd8f8a1520ae6cc65ec85c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2025 Steven Le Rouzic
#
# SPDX-License-Identifier: BSD-3-Clause

load("@rules_python//python:py_binary.bzl", "py_binary")

py_binary(
    name = "fix_line_endings",
    srcs = [
        "fix_line_endings.py",
    ],
    visibility = ["//:__subpackages__"],
)