We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652cee3 commit 93d58d0Copy full SHA for 93d58d0
owlbot.py
@@ -37,6 +37,11 @@
37
"setup.py",
38
"noxfile.py",
39
"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",
45
],
46
)
47
s.remove_staging_dirs()
0 commit comments