mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -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 = [
|
||||
"pre-commit>=3",
|
||||
"mypy>=0.991",
|
||||
]
|
||||
docs = [
|
||||
"mkdocs-material>=9.1.15",
|
||||
"yartsu"
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
Loading…
Reference in a new issue