diff options
| author | robot-piglet <[email protected]> | 2024-10-23 14:47:29 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-10-23 15:04:46 +0300 |
| commit | 47da7f44e7c17833d96c764be32d82a5b15e9e56 (patch) | |
| tree | 01619007dd961edead9be80141560208e40ee18f /library/python/testing | |
| parent | 5981d24aaf93b05275be171f58a5db77a20aeecf (diff) | |
Intermediate changes
commit_hash:3e55f833d0efbd9feb7cb3f9ff320ce0faa9ec37
Diffstat (limited to 'library/python/testing')
| -rw-r--r-- | library/python/testing/style/rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/style/rules.py b/library/python/testing/style/rules.py index 1f4d283769d..0de9dcdbca6 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: |
