xref: /aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/testdata/per_file/BUILD.in (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1load("@rules_python//python:defs.bzl", "py_library")
2
3# gazelle:python_generation_mode file
4
5# This target should be kept unmodified by Gazelle.
6py_library(
7    name = "custom",
8    srcs = ["bar.py"],
9    visibility = ["//visibility:private"],
10	tags = ["cant_touch_this"],
11)
12