Skip to content

Commit 61fd2ba

Browse files
committed
🔧 configure isort to work with black
1 parent be7da14 commit 61fd2ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ docs = ["sphinx", "sphinx-book-theme", "myst-nb", "ipywidgets", "sphinx-new-tab-
6060
[tool.poetry.scripts]
6161
# https://python-poetry.org/docs/pyproject/#scripts
6262
vuegen = "vuegen.__main__:main"
63+
64+
[tool.isort]
65+
profile = "black"

0 commit comments

Comments
 (0)