Skip to content

Commit ed0650e

Browse files
committed
Specify isort profile for compatibility with Black
1 parent 3e0f891 commit ed0650e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
3636
[project.entry-points."sphinx.html_themes"]
3737
python_docs_theme = 'python_docs_theme'
3838

39+
[tool.isort]
40+
profile = "black"
41+
3942
[tool.flit.module]
4043
name = "python_docs_theme"
4144

0 commit comments

Comments
 (0)