diff options
author | kmerenkov <kmerenkov@yandex-team.ru> | 2022-02-10 16:48:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:50 +0300 |
commit | f437da9f40c94a87f43cbcbe2736f17eb93d38ff (patch) | |
tree | f2f212bc11294eb2a91029bf3961916c95ecad48 /build/plugins | |
parent | e48ab30cb137b8a396a04feda3d0a46f63cc715a (diff) | |
download | ydb-f437da9f40c94a87f43cbcbe2736f17eb93d38ff.tar.gz |
Restoring authorship annotation for <kmerenkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-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 f32a2d39a0..5fd6297d6b 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:] |