aboutsummaryrefslogtreecommitdiff
path: root/tools/interface_generator/private/BUILD.bazel
blob: 3012bcb75599062e4b466f9b81ad259859f8e469 (plain)
1
2
3
4
5
6
7
8
9
""" targets internal to the tool and rule """

package(default_visibility = ["//:__pkg__"])

exports_files([
    "mypyrc",
    "pylintrc",
    "pytest_wrapper.py",
])