Skip to content

Commit 6c7dc43

Browse files
committed
chore: add tools section to librarian.yaml
1 parent e52b015 commit 6c7dc43

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

librarian.yaml

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

0 commit comments

Comments
 (0)