Skip to content

Commit 004891b

Browse files
committed
add isort config
1 parent 33860d7 commit 004891b

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
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=42", "wheel"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.isort]
6+
profile = "black"

0 commit comments

Comments
 (0)