aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2024-10-28 20:34:11 +0000
committerAlexander Smirnov <alex@ydb.tech>2024-10-28 20:34:11 +0000
commitef9875b11a33dbd25e92bc6b4cf692c18c9ba0ce (patch)
tree1f2fd4e4d9e585da35937b42fbda5f854af04728 /library/python
parent37ae9cc90160b53eb0e22021c47b3996a01cd656 (diff)
parente3c8507a3d1cb090278f211232ddfde3bedc54d4 (diff)
downloadydb-ef9875b11a33dbd25e92bc6b4cf692c18c9ba0ce.tar.gz
Merge branch 'rightlib' into mergelibs-241028-2033
Diffstat (limited to 'library/python')
-rw-r--r--library/python/testing/style/rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/style/rules.py b/library/python/testing/style/rules.py
index 1f4d283769..0de9dcdbca 100644
--- a/library/python/testing/style/rules.py
+++ b/library/python/testing/style/rules.py
@@ -16,7 +16,7 @@ def _path_skip_reason(path, skip_links=True):
if '/generated/' in path:
return "path '{}' contains '/generated/'".format(path)
- if path and '/contrib/' in path:
+ if path and '/contrib/' in path and '/.yandex_meta/' not in path:
return "path '{}' contains '/contrib/'".format(path)
if path and '/vendor/' in path: