Delete pyproject.toml
Browse files- pyproject.toml +0 -15
pyproject.toml
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
# ==== black ====
|
2 |
-
[tool.black]
|
3 |
-
line-length = 119
|
4 |
-
target-version = ['py311']
|
5 |
-
|
6 |
-
|
7 |
-
# ==== isort ====
|
8 |
-
[tool.isort]
|
9 |
-
profile = "black"
|
10 |
-
line_length = 119
|
11 |
-
known_first_party = [
|
12 |
-
"tests",
|
13 |
-
"scripts",
|
14 |
-
"hooks",
|
15 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|