This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109# List of patterns, relative to source directory, that match files and
110110# directories to ignore when looking for source files.
111111exclude_patterns = [
112- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
113- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
114- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
115- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
116- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
117- "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
118112 "google/cloud/bigquery_v2/**" , # Legacy proto-based types.
119113 "_build" ,
120114 "**/.nox/**/*" ,
Original file line number Diff line number Diff line change 109109
110110python .py_samples ()
111111
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- )
122112s .replace (
123113 "samples/**/noxfile.py" ,
124114 'BLACK_VERSION = "black==22.3.0"' ,
You can’t perform that action at this time.
0 commit comments