Skip to content

Commit

Permalink
contrib: update tox config to reflect quality action -> lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoopJ authored and dgw committed Aug 16, 2023
1 parent 62b439b commit 6fa76f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contrib/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ envlist =
skip_missing_interpreters = true
ignore_base_python_conflict = true
labels =
mypy = py{37,38,39,310,311}-mypy
quality = py{37,38,39,310,311}-quality
lint = py{37,38,39,310,311}-lint
test = py{37,38,39,310,311}-test


Expand Down Expand Up @@ -39,8 +38,7 @@ setenv =

commands =
qa: make -C.. qa
mypy: make -C.. mypy
quality: make -C.. quality
lint: make -C.. lint
test: make -C.. test
# NOTE:there's currently no way to specify separate output directories for
# the HTML coverage report, but the CLI report is probably fine anyway
Expand Down

0 comments on commit 6fa76f3

Please sign in to comment.