Spaces:
Runtime error
Runtime error
Commit
·
b11cae3
1
Parent(s):
4db1cc2
Upload pyproject (4).toml
Browse files- pyproject (4).toml +10 -0
pyproject (4).toml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[tool.black]
|
2 |
+
line-length = 100
|
3 |
+
target-version = ["py37", "py38", "py39", "py310"]
|
4 |
+
include = '\.pyi?$'
|
5 |
+
|
6 |
+
[tool.isort]
|
7 |
+
profile = "black"
|
8 |
+
line_length = 100
|
9 |
+
skip_gitignore = true
|
10 |
+
known_first_party = ["df", "libdf", "libdfdata"]
|