mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-22 06:08:46 +00:00
add new rye script for mkdocs serving
i.e. useful for preview: rye run serve-docs
This commit is contained in:
parent
b640495dd0
commit
9b9578cb7e
|
@ -67,6 +67,7 @@ allow-direct-references = true
|
||||||
|
|
||||||
[tool.rye.scripts]
|
[tool.rye.scripts]
|
||||||
lint = { chain = ["ruff format .", "ruff --fix ."] }
|
lint = { chain = ["ruff format .", "ruff --fix ."] }
|
||||||
|
serve-docs = "mkdocs serve"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
Loading…
Reference in a new issue