Skip to content

Commit

Permalink
fix(deps): target isort <5.12.0 when on py3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 19, 2023
1 parent 80dc833 commit f936752
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 19 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ pylint = [
{ version = "^2.7", python = ">=3.8" },
{ version = ">=2.7,<2.13", python = "<3.8" },
]
isort = [
{ version = "^5.12.0", python = ">=3.8" },
{ version = ">5,<5.12.0", python = "<3.8" }
]
better-exceptions = "^0.3.3"

[tool.poetry.group.lint]
Expand Down

0 comments on commit f936752

Please sign in to comment.