File tree Expand file tree Collapse file tree
packages/google-cloud-essential-contacts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
4141
42- # ----------------------------------------------------------------------------
43- # Main Branch migration
44- # ----------------------------------------------------------------------------
45-
46- s .replace (
47- "*.rst" ,
48- "master" ,
49- "main"
50- )
51-
52- s .replace (
53- "CONTRIBUTING.rst" ,
54- "kubernetes/community/blob/main" ,
55- "kubernetes/community/blob/master"
56- )
57-
58- s .replace (
59- "docs/*" ,
60- "master" ,
61- "main"
62- )
63-
64- s .replace (
65- "docs/conf.py" ,
66- "main_doc" ,
67- "root_doc"
68- )
69-
70- s .replace (
71- ".kokoro/*" ,
72- "master" ,
73- "main"
74- )
75-
76- s .replace (
77- "README.rst" ,
78- "google-cloud-python/blob/main/README.rst" ,
79- "google-cloud-python/blob/master/README.rst"
80- )
81-
82- s .replace (
83- "docs/README.rst" ,
84- "google-cloud-python/blob/main/README.rst" ,
85- "google-cloud-python/blob/master/README.rst"
86- )
87-
You can’t perform that action at this time.
0 commit comments