Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master -> main #1403

Merged
merged 1 commit into from Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -2,7 +2,7 @@ name: main

on:
push:
branches: [master]
branches: [main]
tags:
pull_request:

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -2,8 +2,8 @@
:target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain
:alt: build status

.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/master.svg
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/master
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main
:alt: pre-commit.ci status

========
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
@@ -1,5 +1,5 @@
codecov:
branch: master
branch: main
bot: null

coverage:
Expand All @@ -12,7 +12,7 @@ coverage:
default:
server: chat.freenode.net
channel: '##python-code-quality'
branches: master
branches: main
threshold: 2
message: null

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -13,7 +13,7 @@ commands =
# ensure 100% coverage of tests
coverage report --fail-under 100 --include tests/*

# Dogfood our current master version
# Dogfood our current main version
[testenv:dogfood]
skip_install = true
deps =
Expand Down