Skip to content

Commit 66786d4

Browse files
authored
master -> main (#742)
1 parent ac019ed commit 66786d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
pull_request:
55
push:
6-
branches: [master, main, 'test-me-*']
6+
branches: [main, 'test-me-*']
77
tags: ['*']
88

99
jobs:

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Issues are tracked on `GitHub <https://github.com/PyCQA/pyflakes/issues>`_.
6464

6565
Patches may be submitted via a `GitHub pull request`_ or via the mailing list
6666
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
6868
a coherent unit of work with a well-written log message. If you are not
6969
comfortable with this rebase workflow, the project maintainers will be happy to
7070
rebase your commits for you.
@@ -84,4 +84,4 @@ All changes should include tests and pass flake8_.
8484
Changelog
8585
---------
8686

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>`_.

0 commit comments

Comments
 (0)