Merge pull request #1403 from PyCQA/master-to-main

master -> main
This commit is contained in:
Anthony Sottile 2021-10-10 16:56:47 -07:00 committed by GitHub
commit 08a330730e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ name: main
on: on:
push: push:
branches: [master] branches: [main]
tags: tags:
pull_request: pull_request:

View file

@ -2,8 +2,8 @@
:target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain :target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain
:alt: build status :alt: build status
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/master.svg .. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg
:target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/master :target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main
:alt: pre-commit.ci status :alt: pre-commit.ci status
======== ========

View file

@ -1,5 +1,5 @@
codecov: codecov:
branch: master branch: main
bot: null bot: null
coverage: coverage:
@ -12,7 +12,7 @@ coverage:
default: default:
server: chat.freenode.net server: chat.freenode.net
channel: '##python-code-quality' channel: '##python-code-quality'
branches: master branches: main
threshold: 2 threshold: 2
message: null message: null

View file

@ -13,7 +13,7 @@ commands =
# ensure 100% coverage of tests # ensure 100% coverage of tests
coverage report --fail-under 100 --include tests/* coverage report --fail-under 100 --include tests/*
# Dogfood our current master version # Dogfood our current main version
[testenv:dogfood] [testenv:dogfood]
skip_install = true skip_install = true
deps = deps =