diff options
author | deshevoy <deshevoy@yandex-team.com> | 2024-06-24 07:07:02 +0300 |
---|---|---|
committer | deshevoy <deshevoy@yandex-team.com> | 2024-06-24 07:19:37 +0300 |
commit | 42a569433b9070da71d2b5f2f7bb619bd35c5274 (patch) | |
tree | a3e840f2e8333b698c56b44280e7ff1953cad7eb /build | |
parent | 7b7bf690206e6d11bd5110ba41808f224d0f3529 (diff) | |
download | ydb-42a569433b9070da71d2b5f2f7bb619bd35c5274.tar.gz |
[build] pybuild: Allow NO_LINT in sdg/sdc/contrib
dd6af97985a0184ae82d875be6732b1ca6c56962
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/pybuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/pybuild.py b/build/plugins/pybuild.py index a26b06911d..df83c194e8 100644 --- a/build/plugins/pybuild.py +++ b/build/plugins/pybuild.py @@ -169,6 +169,7 @@ def add_python_lint_checks(unit, py_ver, files): "travel/", "market/report/lite/", # MARKETOUT-38662, deadline: 2021-08-12 "passport/backend/oauth/", # PASSP-35982 + "sdg/sdc/contrib/", # SDC contrib "testenv/", # CI-3229 "yt/yt/", # YT-20053 "yt/python/", # YT-20053 |