Skip to content

Commit bb3cb1e

Browse files
committed
Default branches for astroid, django and pylint were renamed from 'master' to 'main'
1 parent 7ac677f commit bb3cb1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands =
2222
flake8: flake8
2323
pylint: pylint --rcfile=tox.ini -d missing-docstring,too-many-branches,too-many-return-statements,too-many-ancestors,fixme --ignore=tests pylint_django setup
2424
readme: bash -c "python setup.py -q sdist && twine check dist/*"
25-
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
25+
py{36}-django{111,20,-main}: coverage run pylint_django/tests/test_func.py -v
2626
py{36,37,38,39}-django{22,30,31,32}: coverage run pylint_django/tests/test_func.py -v
2727
clean: find . -type f -name '*.pyc' -delete
2828
clean: find . -type d -name __pycache__ -delete
@@ -41,16 +41,16 @@ deps =
4141
django30: Django>=3.0,<3.1
4242
django31: Django>=3.1,<3.2
4343
django32: Django>=3.2,<4.0
44-
django-master: Django
45-
django-master: git+https://github.com/pycqa/astroid@master
46-
django-master: git+https://github.com/pycqa/pylint@master
44+
django-main: Django
45+
django-main: git+https://github.com/pycqa/astroid@main
46+
django-main: git+https://github.com/pycqa/pylint@main
4747
setenv =
4848
PIP_DISABLE_PIP_VERSION_CHECK = 1
4949
PYTHONPATH = .
5050
allowlist_externals =
5151
django_not_installed: bash
5252
readme: bash
53-
py{36}-django{111,20,-master}: coverage
53+
py{36}-django{111,20,-main}: coverage
5454
py{36,37,38,39}-django{22,30,31,32}: coverage
5555
clean: find
5656
clean: rm
@@ -64,7 +64,7 @@ DJANGO =
6464
3.0: django30
6565
3.1: django31
6666
3.2: django32
67-
master: django-master
67+
main: django-main
6868
6969
[flake8]
7070
max-line-length = 140

0 commit comments

Comments
 (0)