Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit ebc51be

Browse files
committed
wip
1 parent ab00ca4 commit ebc51be

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.librarian/generator-input/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ def get_staging_dirs(
321321

322322
# Use a python runtime which is available in the owlbot post processor here
323323
# https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
324-
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
324+
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)

.librarian/state.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ libraries:
1313
source_roots:
1414
- .
1515
preserve_regex: []
16-
remove_regex:
17-
- google/cloud/spanner_admin_database_v1
18-
- google/cloud/spanner_admin_instance_v1
19-
- google/cloud/spanner_v1
16+
remove_regex: []
2017
tag_format: v{version}

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ def get_staging_dirs(
321321

322322
# Use a python runtime which is available in the owlbot post processor here
323323
# https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
324-
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
324+
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)

0 commit comments

Comments
 (0)