Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +0 -5
pyproject.toml
CHANGED
@@ -21,14 +21,9 @@ vocalizr = "vocalizr.__main__:main"
|
|
21 |
[dependency-groups]
|
22 |
dev = [
|
23 |
"mypy>=1.15.0",
|
24 |
-
"pylint>=3.3.7",
|
25 |
"pyrefly>=0.14.0",
|
26 |
-
"ruff>=0.11.8",
|
27 |
-
"typos>=1.32.0",
|
28 |
"black>=25.1.0",
|
29 |
-
"pyright>=1.1.400",
|
30 |
"watchfiles>=1.0.5",
|
31 |
-
"huggingface-hub[hf-transfer]>=0.31.1",
|
32 |
]
|
33 |
|
34 |
[tool.typos.default.extend-words]
|
|
|
21 |
[dependency-groups]
|
22 |
dev = [
|
23 |
"mypy>=1.15.0",
|
|
|
24 |
"pyrefly>=0.14.0",
|
|
|
|
|
25 |
"black>=25.1.0",
|
|
|
26 |
"watchfiles>=1.0.5",
|
|
|
27 |
]
|
28 |
|
29 |
[tool.typos.default.extend-words]
|