File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
- id : check-merge-conflict
15
15
# Check for debugger imports and py37+ `breakpoint()` calls in Python source.
16
16
- id : debug-statements
17
- # Don't commit to master branch.
17
+ # Don't commit to main branch.
18
18
- id : no-commit-to-branch
19
19
- repo : https://github.com/psf/black
20
20
rev : ' 21.5b2'
Original file line number Diff line number Diff line change 7
7
<p align =" center " >
8
8
9
9
<a href =" https://cirrus-ci.com/github/SciTools-/nc-time-axis " >
10
- <img src="https://api.cirrus-ci.com/github/SciTools/nc-time-axis.svg?branch=master "
10
+ <img src="https://api.cirrus-ci.com/github/SciTools/nc-time-axis.svg?branch=main "
11
11
alt="cirrus-ci">
12
12
</a >
13
13
<a href =" https://codecov.io/gh/SciTools/nc-time-axis " >
14
- <img src="https://codecov.io/gh/SciTools/nc-time-axis/branch/master /graph/badge.svg?token=JicwCCHwLd "
14
+ <img src="https://codecov.io/gh/SciTools/nc-time-axis/branch/main /graph/badge.svg?token=JicwCCHwLd "
15
15
alt="codecov">
16
16
</a >
17
- <a href =" https://results.pre-commit.ci/latest/github/SciTools/nc-time-axis/master " >
18
- <img src="https://results.pre-commit.ci/badge/github/SciTools/nc-time-axis/master .svg "
17
+ <a href =" https://results.pre-commit.ci/latest/github/SciTools/nc-time-axis/main " >
18
+ <img src="https://results.pre-commit.ci/badge/github/SciTools/nc-time-axis/main .svg "
19
19
alt="pre-commit.ci">
20
20
</a >
21
21
<a href =" https://anaconda.org/conda-forge/nc-time-axis " >
30
30
<img src="https://img.shields.io/badge/code%20style-black-000000.svg "
31
31
alt="black">
32
32
</a >
33
- <a href =" https://github.com/SciTools/nc-time-axis/blob/master /LICENSE " >
33
+ <a href =" https://github.com/SciTools/nc-time-axis/blob/main /LICENSE " >
34
34
<img src="https://img.shields.io/github/license/SciTools/nc-time-axis?style=plastic "
35
35
alt="license">
36
36
</a >
@@ -76,7 +76,7 @@ Or `pip`:
76
76
plt.ylabel("Temperature")
77
77
plt.show()
78
78
79
- ![ alt text] ( https://github.com/SciTools/nc-time-axis/raw/master /example_plot.png " Example plot with cftime axis ")
79
+ ![ alt text] ( https://github.com/SciTools/nc-time-axis/raw/main /example_plot.png " Example plot with cftime axis ")
80
80
81
81
82
82
## Reference
You can’t perform that action at this time.
0 commit comments