Skip to content

Commit

Permalink
Install isort only for Python <4
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Mar 22, 2024
1 parent 6641cde commit 0a1d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click = ">=7"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = "^21.9b0"
isort = "^5.9.3"
isort = {version = "^5.9.3", python = "<4"}
flake8 = "^3.9.2"
mypy = "^0.910"

Expand Down

0 comments on commit 0a1d2aa

Please sign in to comment.