File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
3
3
on :
4
4
pull_request :
5
5
push :
6
- branches : [master, main, 'test-me-*']
6
+ branches : [main, 'test-me-*']
7
7
tags : ['*']
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Issues are tracked on `GitHub <https://github.com/PyCQA/pyflakes/issues>`_.
64
64
65
65
Patches may be submitted via a `GitHub pull request `_ or via the mailing list
66
66
if you prefer. If you are comfortable doing so, please `rebase your changes `_
67
- so they may be applied to master with a fast-forward merge, and each commit is
67
+ so they may be applied to main with a fast-forward merge, and each commit is
68
68
a coherent unit of work with a well-written log message. If you are not
69
69
comfortable with this rebase workflow, the project maintainers will be happy to
70
70
rebase your commits for you.
@@ -84,4 +84,4 @@ All changes should include tests and pass flake8_.
84
84
Changelog
85
85
---------
86
86
87
- Please see `NEWS.rst <https://github.com/PyCQA/pyflakes/blob/master /NEWS.rst >`_.
87
+ Please see `NEWS.rst <https://github.com/PyCQA/pyflakes/blob/main /NEWS.rst >`_.
You can’t perform that action at this time.
0 commit comments