aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cpp_style_checker/ya.make
blob: 35b32a9eaf21aeba87d7302bb939afd13e2da4be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY3_PROGRAM()

PEERDIR(
    build/plugins/lib/test_const
    contrib/python/PyYAML
    library/python/testing/custom_linter_util
    library/python/testing/style
)

PY_SRCS(
    __main__.py
)

END()