diff options
author | iaz1607 <iaz1607@yandex-team.ru> | 2022-04-12 17:15:05 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.ru> | 2022-04-12 17:15:05 +0300 |
commit | 2781725b1c31a32595f705e27d09d92b2260f82d (patch) | |
tree | 907b68a30ab009323e17e1f01525ba600711431a | |
parent | 944f33fcdf0c150cea272207a5d148b84e6efe2b (diff) | |
download | ydb-2781725b1c31a32595f705e27d09d92b2260f82d.tar.gz |
Add clang-tidy support for python libraries
ref:3262d0f9690d97e92044017d7e6497f341d03f41
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index a1498954ae..ed28722c9d 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -3913,6 +3913,7 @@ module PY2_LIBRARY: _LIBRARY { PY_PROTO_MYPY_PLUGIN_INTERNAL=$PY_PROTO_MYPY_PLUGIN_BASE ${output;hide;noauto;norel;nopath;noext;suf=__int___pb2.pyi:File} ${hide;kv:"ext_out_name_for_${nopath;noext;suf=__int___pb2.pyi:File} ${nopath;noext;suf=_pb2.pyi:File}"}) } SET(MODULE_LANG PY2) + ADD_CLANG_TIDY() } @@ -3952,6 +3953,7 @@ module PY3_LIBRARY: _LIBRARY { PY_PROTO_MYPY_PLUGIN_INTERNAL=$PY_PROTO_MYPY_PLUGIN_BASE ${output;hide;noauto;norel;nopath;noext;suf=__int___pb2.pyi:File} ${hide;kv:"ext_out_name_for_${nopath;noext;suf=__int___pb2.pyi:File} ${nopath;noext;suf=_pb2.pyi:File}"}) } SET(MODULE_LANG PY3) + ADD_CLANG_TIDY() } |