Skip to content

Commit

Permalink
Update contrib/python/black to 24.4.2
Browse files Browse the repository at this point in the history
54c1c9840141ce24b6a02f1975a5ec9968012118
  • Loading branch information
robot-piglet committed Jul 10, 2024
1 parent 3632f71 commit 43cad1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions build/mapping.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,15 @@
"6113421330": "https://devtools-registry.s3.yandex.net/6113421330",
"6113424629": "https://devtools-registry.s3.yandex.net/6113424629",
"5599878022": "https://devtools-registry.s3.yandex.net/5599878022",
"6635026187": "https://devtools-registry.s3.yandex.net/6635026187",
"5599877541": "https://devtools-registry.s3.yandex.net/5599877541",
"6635026071": "https://devtools-registry.s3.yandex.net/6635026071",
"5599878769": "https://devtools-registry.s3.yandex.net/5599878769",
"6635026422": "https://devtools-registry.s3.yandex.net/6635026422",
"5599877008": "https://devtools-registry.s3.yandex.net/5599877008",
"6635025898": "https://devtools-registry.s3.yandex.net/6635025898",
"5599878473": "https://devtools-registry.s3.yandex.net/5599878473",
"6635026287": "https://devtools-registry.s3.yandex.net/6635026287",
"5841616607": "https://devtools-registry.s3.yandex.net/5841616607",
"6255592114": "https://devtools-registry.s3.yandex.net/6255592114",
"6607396810": "https://devtools-registry.s3.yandex.net/6607396810",
Expand Down Expand Up @@ -536,7 +541,9 @@
"5631238759": "https://devtools-registry.s3.yandex.net/5631238759",
"5631258091": "https://devtools-registry.s3.yandex.net/5631258091",
"6561719783": "https://devtools-registry.s3.yandex.net/6561719783",
"6648883615": "https://devtools-registry.s3.yandex.net/6648883615",
"6561716686": "https://devtools-registry.s3.yandex.net/6561716686",
"6648881012": "https://devtools-registry.s3.yandex.net/6648881012",
"6184290684": "https://devtools-registry.s3.yandex.net/6184290684",
"6561765464": "https://devtools-registry.s3.yandex.net/6561765464",
"6184289846": "https://devtools-registry.s3.yandex.net/6184289846",
Expand Down Expand Up @@ -742,10 +749,15 @@
"6113421330": "contrib/libs/clang16/tools/clang-format/clang-format for linux-aarch64",
"6113424629": "contrib/libs/clang16/tools/clang-format/clang-format for win32",
"5599878022": "contrib/python/black/bin/black for darwin",
"6635026187": "contrib/python/black/bin/black for darwin",
"5599877541": "contrib/python/black/bin/black for darwin-arm64",
"6635026071": "contrib/python/black/bin/black for darwin-arm64",
"5599878769": "contrib/python/black/bin/black for linux",
"6635026422": "contrib/python/black/bin/black for linux",
"5599877008": "contrib/python/black/bin/black for linux-aarch64",
"6635025898": "contrib/python/black/bin/black for linux-aarch64",
"5599878473": "contrib/python/black/bin/black for win32",
"6635026287": "contrib/python/black/bin/black for win32",
"5841616607": "contrib/tools/protoc/bin/protoc for linux",
"6255592114": "contrib/tools/python3/bin/python3 for darwin",
"6607396810": "contrib/tools/python3/bin/python3 for darwin",
Expand Down Expand Up @@ -1149,7 +1161,9 @@
"5631238759": "python3 for linux-aarch64",
"5631258091": "python3.exe for win32",
"6561719783": "tools/black_linter/bin/black_linter for linux",
"6648883615": "tools/black_linter/bin/black_linter for linux",
"6561716686": "tools/black_linter/bin/black_linter for linux-aarch64",
"6648881012": "tools/black_linter/bin/black_linter for linux-aarch64",
"6184290684": "tools/flake8_linter/bin/flake8_linter for linux",
"6561765464": "tools/flake8_linter/bin/flake8_linter for linux",
"6184289846": "tools/flake8_linter/bin/flake8_linter for linux-aarch64",
Expand Down
10 changes: 5 additions & 5 deletions build/ya.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"formula": {
"by_platform": {
"darwin-arm64": {
"uri": "sbr:5599877541"
"uri": "sbr:6635026071"
},
"darwin-x86_64": {
"uri": "sbr:5599878022"
"uri": "sbr:6635026187"
},
"linux-aarch64": {
"uri": "sbr:5599877008"
"uri": "sbr:6635025898"
},
"linux-x86_64": {
"uri": "sbr:5599878769"
"uri": "sbr:6635026422"
},
"win32-x86_64": {
"uri": "sbr:5599878473"
"uri": "sbr:6635026287"
}
}
}
Expand Down

0 comments on commit 43cad1a

Please sign in to comment.