Skip to content

Commit 8d35c98

Browse files
committed
rename lint to check
1 parent 4a6b2a3 commit 8d35c98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tasks:
4747
['py39-cot', 'python:3.9', {
4848
NO_CREDENTIALS_TESTS: '1',
4949
}, ['secrets:get:repo:github.com/mozilla-releng/scriptworker:github']],
50-
['lint', 'python:3.7', {}, []],
50+
['check', 'python:3.7', {}, []],
5151
['mypy', 'python:3.7', {}, []]]
5252
each(py):
5353
taskId: "${as_slugid(py[0])}"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint,mypy,py37,py37-cot,py38,py38-cot,py39,py39-cot
2+
envlist = check,mypy,py37,py37-cot,py38,py38-cot,py39,py39-cot
33

44
[testenv]
55
depends = clean
@@ -78,7 +78,7 @@ commands=
7878
python setup.py develop
7979
py.test -k test_verify_production_cot --random-order-bucket=none
8080

81-
[testenv:lint]
81+
[testenv:check]
8282
skip_install = true
8383
deps =
8484
black

0 commit comments

Comments
 (0)