Spaces:
Build error
Build error
commit
Browse files- pyproject.toml +7 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[tool.black]
|
| 2 |
+
line-length = 120
|
| 3 |
+
target_version = ['py37', 'py38', 'py39', 'py310']
|
| 4 |
+
preview = true
|
| 5 |
+
|
| 6 |
+
[tool.isort]
|
| 7 |
+
profile = "black"
|