diff options
author | kmerenkov <kmerenkov@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
commit | f0c22ce3510781ef67408d0823f6ad61f62cee10 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/plugins/pybuild.py | |
parent | f437da9f40c94a87f43cbcbe2736f17eb93d38ff (diff) | |
download | ydb-f0c22ce3510781ef67408d0823f6ad61f62cee10.tar.gz |
Restoring authorship annotation for <kmerenkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/pybuild.py')
-rw-r--r-- | build/plugins/pybuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py index 5fd6297d6b..f32a2d39a0 100644 --- a/build/plugins/pybuild.py +++ b/build/plugins/pybuild.py @@ -129,7 +129,7 @@ def add_python_lint_checks(unit, py_ver, files): "taxi/uservices/", "travel/", "market/report/lite/", # MARKETOUT-38662, deadline: 2021-08-12 - "passport/backend/oauth/", # PASSP-35982 + "passport/backend/oauth/", # PASSP-35982 ) upath = unit.path()[3:] |