Skip to content

Commit 57e3b3a

Browse files
authored
Merge pull request #1899 from jupyterhub/black
Describe *why* isort is configured, not what it is
2 parents 97f7874 + fbdb331 commit 57e3b3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ build-backend = "setuptools.build_meta"
1414
target-version = ["py38", "py39", "py310", "py311"]
1515

1616

17-
# isort is used for autoformatting Python code
17+
# The default isort output conflicts with black autoformatting.
18+
# Tell isort to behave nicely with black
19+
# See https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
20+
# for more information.
1821
[tool.isort]
1922
profile = "black"
2023

0 commit comments

Comments
 (0)