feat(add docs):

This commit is contained in:
Alexander Myasoedov
2025-01-15 11:32:11 +02:00
parent 70c18c8251
commit bc030f06a8
69 changed files with 12674 additions and 12 deletions
+15 -5
View File
@@ -51,16 +51,26 @@ rich = "13.9.4"
[tool.poetry.group.dev.dependencies]
# Pytest
pytest = "^8.3.4"
pytest-asyncio = "^0.25.2"
inline-snapshot = ">=0.13.3,<0.19.0"
black = "^24.10.0"
mypy = "^1.12.0"
pytest = "^8.3.4"
pre-commit = "^4.0.1"
huggingface-hub = "^0.25.1"
pytest-httpx = "^0.35.0"
pytest-mock = "^3.14.0"
# Rest
black = "^24.10.0"
mypy = "^1.12.0"
pre-commit = "^4.0.1"
huggingface-hub = "^0.25.1"
# Docs
mkdocs = ">=1.4.2"
mkdocs-material = ">=8.5.10"
mkdocstrings = ">=0.26.1"
mkdocs-jupyter = ">=0.25.1"
[tool.ruff]
line-length = 120