aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cpp_style_checker/ya.make
blob: e762be1a1fcfa3e73d7c776849adcbcfb58d6f23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
)

STYLE_PYTHON()

END()