We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1126c0f commit 2789540Copy full SHA for 2789540
1 file changed
pyproject.toml
@@ -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