mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 10:40:44 -06:00
build: add docs dep group
This commit is contained in:
parent
78b3cf817a
commit
6535269b09
1 changed files with 3 additions and 0 deletions
|
@ -26,7 +26,10 @@ version = { source = "scm" }
|
||||||
dev = [
|
dev = [
|
||||||
"pre-commit>=3",
|
"pre-commit>=3",
|
||||||
"mypy>=0.991",
|
"mypy>=0.991",
|
||||||
|
]
|
||||||
|
docs = [
|
||||||
"mkdocs-material>=9.1.15",
|
"mkdocs-material>=9.1.15",
|
||||||
|
"yartsu"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|
Loading…
Reference in a new issue