File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17
- # created: 2025-04-10T17:00:10.042601326Z
16
+ digest : sha256:3b3a31be60853477bc39ed8d9bac162cac3ba083724cecaad54eb81d4e4dae9c
17
+ # created: 2025-04-16T22:40:03.123475241Z
Original file line number Diff line number Diff line change 109
109
110
110
python .py_samples ()
111
111
112
- s .replace (
113
- "docs/conf.py" ,
114
- r'\{"members": True\}' ,
115
- '{"members": True, "inherited-members": True}' ,
116
- )
117
- s .replace (
118
- "docs/conf.py" ,
119
- r"exclude_patterns = \[" ,
120
- '\\ g<0>\n "google/cloud/bigquery_v2/**", # Legacy proto-based types.' ,
121
- )
122
112
s .replace (
123
113
"samples/**/noxfile.py" ,
124
114
'BLACK_VERSION = "black==22.3.0"' ,
You can’t perform that action at this time.
0 commit comments