blob: bda47fb60007cc39de2a86c7ffc0aebb72a8daaf [file] [log] [blame] [edit]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
native_binary(
name = "pw",
src = "@pigweed//pw_build/py:workflows_launcher",
)
# Shortcut for the Pigweed formatter.
# Just run `bazel run //:format` to format code.
alias(
name = "format",
actual = "@pigweed//pw_presubmit/py:format",
)