Skip to content

Commit 03a5c3f

Browse files
committed
add isort black profile
1 parent ef88f57 commit 03a5c3f

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
@@ -1,3 +1,6 @@
11
[tool.black]
22
line-length = 79
3-
target-version = ['py37', 'py38', 'py39']
3+
target-version = ['py37', 'py38', 'py39']
4+
5+
[tool.isort]
6+
profile = "black"

0 commit comments

Comments
 (0)