File tree Expand file tree Collapse file tree
packages/google-cloud-datacatalog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 ],
4747 )
4848
49- # Fix docstring issue for classes with no summary line
50- s .replace (
51- "google/cloud/**/proto/*_pb2.py" ,
52- ''''__doc__': """Attributes:''' ,
53- '''"__doc__": """
54- Attributes:''' ,
55- )
56-
5749# ----------------------------------------------------------------------------
5850# Add templated files
5951# ----------------------------------------------------------------------------
6961
7062python .py_samples ()
7163
72- # Temporarily disable warnings due to
73- # https://github.com/googleapis/gapic-generator-python/issues/525
74- s .replace ("noxfile.py" , '[\" \' ]-W[\" \' ]' , '# "-W"' )
75-
76- # ----------------------------------------------------------------------------
77- # Samples templates
78- # ----------------------------------------------------------------------------
79-
80- python .py_samples ()
81-
82- # Temporarily disable warnings due to
83- # https://github.com/googleapis/gapic-generator-python/issues/525
84- s .replace ("noxfile.py" , '[\" \' ]-W[\" \' ]' , '# "-W"' )
8564
8665s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
You can’t perform that action at this time.
0 commit comments