blob: 7c9011345d792f2fb0dc8943229f44ea693b2c72 [file] [edit]
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0
load("@pigweed//pw_build:python.bzl", "pw_py_binary")
pw_py_binary(
name = "presubmit",
srcs = [
"cpp_include_guard.py",
"license.py",
"presubmit.py",
],
main = "presubmit.py",
deps = [
"@pigweed//pw_presubmit/py:pw_presubmit",
],
)