mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
master -> main
This commit is contained in:
parent
21d3c70d67
commit
ea52cb6f76
4 changed files with 6 additions and 6 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -2,7 +2,7 @@ name: main
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
tags:
|
||||
pull_request:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
========
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
codecov:
|
||||
branch: master
|
||||
branch: main
|
||||
bot: null
|
||||
|
||||
coverage:
|
||||
|
|
@ -12,7 +12,7 @@ coverage:
|
|||
default:
|
||||
server: chat.freenode.net
|
||||
channel: '##python-code-quality'
|
||||
branches: master
|
||||
branches: main
|
||||
threshold: 2
|
||||
message: null
|
||||
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue