diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-08 18:25:47 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-08 18:25:47 +0300 |
commit | a3ac8a71f16e0db7d50d5b1235466ff754e0d228 (patch) | |
tree | 8433eb84ffae296ccb9ae094d08491c86c48bdb1 /build/ya.conf.json | |
parent | 60312eaed2e51caa7ed482270d3545a9d27cb284 (diff) | |
download | ydb-a3ac8a71f16e0db7d50d5b1235466ff754e0d228.tar.gz |
intermediate changes
ref:f398132a6a7101a031da4a85ff8dc9f360af7d8a
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index da21a42feb..e4bd86bbf1 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -443,7 +443,10 @@ "description": "This tool simplifies replacing of some text in Arcadia" }, "black": { - "description": "Python styler" + "description": "Python styler, Python 3 only" + }, + "black_py2": { + "description": "Python styler with Python 2 support" }, "yadi": { "description": "Arcadia version of Yadi" @@ -5436,6 +5439,41 @@ } ] }, + "black_py2": { + "tools": { + "black_py2": { + "bottle": "black_py2", + "executable": "black" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + }, + { + "host": { + "os": "DARWIN", + "arch": "arm64" + }, + "default": true + } + ] + }, "yadi": { "tools": { "yadi": { @@ -7780,6 +7818,19 @@ ] } }, + "black_py2": { + "formula": { + "sandbox_id": [ + 1147448676 + ], + "match": "black" + }, + "executable": { + "black": [ + "black" + ] + } + }, "yadi": { "formula": { "sandbox_id": 1155032720, |