Skip to content

Commit

Permalink
Specify Python version for isort because it can't run on 3.7 (which i…
Browse files Browse the repository at this point in the history
…s used by default)
  • Loading branch information
benoit74 committed Aug 21, 2023
1 parent 8da15e8 commit 1eaa484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deps =
commands = black --check .

[testenv:isort]
base_python=py38
deps =
isort>=5.12.0,<5.13
commands = isort --profile black --check src tests
Expand Down

0 comments on commit 1eaa484

Please sign in to comment.