improve docs

This commit is contained in:
Davide Scaini
2026-04-15 23:07:52 +02:00
parent bfb6432666
commit 395182649b
13 changed files with 1004 additions and 33 deletions
+4
View File
@@ -56,6 +56,9 @@ dev = [
"types-pyyaml",
"types-jsonschema",
]
docs = [
"mkdocs-material>=9.5",
]
[project.scripts]
bincio = "bincio.cli:main"
@@ -68,6 +71,7 @@ dev = [
"mypy>=1.11",
"types-pyyaml",
"types-jsonschema",
"mkdocs-material>=9.5",
]
[tool.ruff]