Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit cf47839

Browse files
committed
Add isort and black configuration
1 parent d8088f2 commit cf47839

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ build-backend = "setuptools.build_meta"
1111

1212
[tool.setuptools_scm]
1313
local_scheme = "dirty-tag"
14+
15+
[tool.black]
16+
line-length = 88
17+
18+
[tool.isort]
19+
profile = "black"
20+
multi_line_output = 3

0 commit comments

Comments
 (0)