diff options
author | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 13:50:15 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.com> | 2023-11-27 14:20:03 +0300 |
commit | f2bebe45e16d892b620cc073279faaa1bf550a92 (patch) | |
tree | f8b87603f9c7f8372a7e4d49b352e1ab1b8fc61f /build/plugins/lib/test_const | |
parent | 9b07404a4c0075cda0fcf2ee078cf81c51c05fd2 (diff) | |
download | ydb-f2bebe45e16d892b620cc073279faaa1bf550a92.tar.gz |
`build/plugins` ya style --py
Diffstat (limited to 'build/plugins/lib/test_const')
-rw-r--r-- | build/plugins/lib/test_const/__init__.py | 2 | ||||
-rw-r--r-- | build/plugins/lib/test_const/proxy/ya.make | 2 | ||||
-rw-r--r-- | build/plugins/lib/test_const/ya.make | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py index a06fec239e..a4b162cde7 100644 --- a/build/plugins/lib/test_const/__init__.py +++ b/build/plugins/lib/test_const/__init__.py @@ -447,7 +447,6 @@ class Status(object): class _Colors(object): - _NAMES = [ "blue", "cyan", @@ -480,7 +479,6 @@ Colors = _Colors() class _Highlight(object): - _MARKERS = { # special "RESET": "rst", diff --git a/build/plugins/lib/test_const/proxy/ya.make b/build/plugins/lib/test_const/proxy/ya.make index 37d459cc00..1f01ef9e13 100644 --- a/build/plugins/lib/test_const/proxy/ya.make +++ b/build/plugins/lib/test_const/proxy/ya.make @@ -2,6 +2,8 @@ OWNER(g:ymake) PY23_LIBRARY() +STYLE_PYTHON() + PY_SRCS( __init__.py=lib.test_const ) diff --git a/build/plugins/lib/test_const/ya.make b/build/plugins/lib/test_const/ya.make index fa5b3b184b..1d5c87e041 100644 --- a/build/plugins/lib/test_const/ya.make +++ b/build/plugins/lib/test_const/ya.make @@ -2,6 +2,8 @@ OWNER(g:ymake) PY23_LIBRARY() +STYLE_PYTHON() + PY_SRCS( __init__.py ) |