aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flake8_linter/bin/ya.make
blob: 197c4b940447d2f1e030b621a286c94704279fad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY3_PROGRAM(flake8_linter)

STYLE_PYTHON()

PEERDIR(
    build/plugins/lib/test_const
    devtools/ya/test/programs/test_tool/lib/migrations_config
    devtools/ya/yalibrary/term
    library/python/testing/custom_linter_util
)

SRCDIR(
    tools/flake8_linter/bin
)

PY_SRCS(
    __main__.py
)

END()