Skip to content

Commit 223c8c1

Browse files
authored
chore(librarian): add tools section to librarian.yaml (#17892)
Move Python tool installation list to librarian.yaml. Note: this section is not consumed by Librarian yet, a follow up change to Librarian will be made to consume this setting. For #6508
1 parent adba9fd commit 223c8c1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

librarian.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ sources:
1818
googleapis:
1919
commit: ede8b2e652dc3716b544205ef772b39b86e3d2cb
2020
sha256: 8f7c17af87f6215012010dddaffec3aa5df5668bf0def727577bc0bc6b698193
21+
tools:
22+
pip:
23+
- name: black
24+
version: 23.7.0
25+
package: black[jupyter]==23.7.0
26+
- name: gapic-generator
27+
version: 1.37.1
28+
- name: isort
29+
version: 5.11.0
30+
- name: nox
31+
version: 2025.11.12
32+
- name: ruff
33+
version: 0.14.14
34+
- name: synthtool
35+
version: e643ce8e20f8fe237a31a1754524ba987de72875
36+
package: gcp-synthtool@git+https://github.com/googleapis/synthtool@e643ce8e20f8fe237a31a1754524ba987de72875
2137
default:
2238
output: packages
2339
tag_format: '{name}-v{version}'

0 commit comments

Comments
 (0)