Skip to content

Commit 93d58d0

Browse files
build: exclude certain autogenerated files (#1501)
* build: exclude certain autogenerated files * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update exclude * typo --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 652cee3 commit 93d58d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

owlbot.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"setup.py",
3838
"noxfile.py",
3939
"README.rst",
40+
# Exclude autogenerated default import `google.cloud.storage`
41+
"google/cloud/storage/*",
42+
# Exclude autogenerated constraints files for Python 3.7/3.9
43+
"testing/constraints-3.7.txt",
44+
"testing/constraints-3.9.txt",
4045
],
4146
)
4247
s.remove_staging_dirs()

0 commit comments

Comments
 (0)