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