Skip to content

Commit

Permalink
black check with python3.9 instead of python3.8 at tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcortes committed May 5, 2023
1 parent afe9f95 commit 18559f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ commands =
basepython=python3.9
deps = black
commands =
black --check --target-version py38 {toxinidir}/mirdata {toxinidir}/tests
black --check --target-version py39 {toxinidir}/mirdata {toxinidir}/tests

[testenv:format]
basepython=python3.9
deps = black
commands =
black --target-version py38 {toxinidir}/mirdata {toxinidir}/tests
black --target-version py39 {toxinidir}/mirdata {toxinidir}/tests

[testenv:mypy]
basepython=python3.9
Expand Down

0 comments on commit 18559f9

Please sign in to comment.