Skip to content

Commit

Permalink
configuring isort to avoid conflicts with black
Browse files Browse the repository at this point in the history
  • Loading branch information
leriomaggio committed Sep 7, 2022
1 parent 46d848b commit 945535a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
profile = "black"

[tool.poetry]
name = "pyscript"
version = "0.2.4"
Expand Down

0 comments on commit 945535a

Please sign in to comment.