Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmeric committed May 27, 2023
2 parents 5c704b0 + 5870e8b commit 5aa9ebb
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 @@ -40,7 +40,7 @@ trio-typing = "^0.8.0"
pre-commit = {version = "^3.0.4", python = ">=3.8.0,<4.0.0"}
invoke = "^2.0.0"
black = {version = "^23.1.0", extras = ["colorama"]}
isort = {version = "^5.12.0", extras = ["colors"], python = ">=3.8.0,<4.0.0"}
isort = {version = "^5.12.0", python = ">=3.8.0,<4.0.0", extras = ["colors"]}


[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 5aa9ebb

Please sign in to comment.