Skip to content

Commit 9aff5fd

Browse files
author
Lode Rosseel
committed
Chore: fix tox indenting
1 parent cff3a16 commit 9aff5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ envlist =
1010
[testenv]
1111
dependency_groups =
1212
testing
13-
!dj42: async
13+
!dj42: async
1414
coverage: coverage
1515
mysql: mysql
1616
postgres: postgres
@@ -45,8 +45,8 @@ commands =
4545

4646
[testenv:linting]
4747
dependency_groups =
48-
linting
49-
async
48+
linting
49+
async
5050
commands =
5151
ruff check --diff {posargs:pytest_django pytest_django_test tests}
5252
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}

0 commit comments

Comments
 (0)