Skip to content

Commit 2789540

Browse files
committed
created black formatter config file
1 parent 1126c0f commit 2789540

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title = "Python Black Code Formatter"
2+
3+
[tool.black]
4+
line-length = 150
5+
6+
[tool.isort]
7+
profile = "isort"
8+
9+
preview = true

0 commit comments

Comments
 (0)