File tree Expand file tree Collapse file tree
packages/google-cloud-dialogflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
5959
60- # ----------------------------------------------------------------------------
61- # Main Branch migration
62- # ----------------------------------------------------------------------------
63-
64- s .replace (
65- "*.rst" ,
66- "master" ,
67- "main"
68- )
69-
70- s .replace (
71- "CONTRIBUTING.rst" ,
72- "kubernetes/community/blob/main" ,
73- "kubernetes/community/blob/master"
74- )
75-
76- s .replace (
77- "docs/conf.py" ,
78- "master" ,
79- "main"
80- )
81-
82- s .replace (
83- "docs/conf.py" ,
84- "main_doc" ,
85- "root_doc"
86- )
87-
88- s .replace (
89- ".kokoro/*" ,
90- "master" ,
91- "main"
92- )
93-
94- s .replace (
95- "README.rst" ,
96- "google-cloud-python/blob/main/README.rst" ,
97- "google-cloud-python/blob/master/README.rst"
98- )
99-
You can’t perform that action at this time.
0 commit comments