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

PEERDIR(
    contrib/python/PyYAML
    library/python/testing/custom_linter_util
    library/python/testing/style
)

PY_SRCS(
    __main__.py
)

END()