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

Commit b20e4e3

Browse files
committed
wip
1 parent 1c0fa42 commit b20e4e3

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

.librarian/state.yaml

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,28 @@ libraries:
1414
- .
1515
preserve_regex: []
1616
remove_regex:
17-
- google/cloud/spanner_admin_database_v1
18-
- google/cloud/spanner_admin_instance_v1
19-
- google/cloud/spanner_v1
20-
- .coveragerc
21-
- .flake8
22-
- .github
23-
- .gitignore
17+
- ^google/pubsub
18+
- ^google/pubsub_v1
19+
- ^tests/unit/gapic
20+
- ^tests/__init__.py
21+
- ^tests/unit/__init__.py
22+
- ^.coveragerc
23+
- ^.flake8
24+
- ^.pre-commit-config.yaml
25+
- ^.repo-metadata.json
26+
- ^.trampolinerc
27+
- ^LICENSE
28+
- ^MANIFEST.in
29+
- ^SECURITY.md
30+
- ^mypy.ini
31+
- ^noxfile.py
32+
- ^owlbot.py
33+
- ^renovate.json
34+
- ^samples/AUTHORING_GUIDE.md
35+
- ^samples/CONTRIBUTING.md
36+
- ^samples/generated_samples
37+
- ^scripts/fixup_pubsub_v1_keywords.py
38+
- ^setup.py
39+
- ^testing/constraints-3.9
40+
- ^testing/constraints-3.1
2441
tag_format: v{version}

0 commit comments

Comments
 (0)