We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7da14 commit 61fd2baCopy full SHA for 61fd2ba
pyproject.toml
@@ -60,3 +60,6 @@ docs = ["sphinx", "sphinx-book-theme", "myst-nb", "ipywidgets", "sphinx-new-tab-
60
[tool.poetry.scripts]
61
# https://python-poetry.org/docs/pyproject/#scripts
62
vuegen = "vuegen.__main__:main"
63
+
64
+[tool.isort]
65
+profile = "black"
0 commit comments