feat: Working PoC of the Dungeon Masters Vault

This commit is contained in:
2026-01-27 21:24:18 +00:00
parent 645e9461ce
commit 4296a4df88
15 changed files with 347 additions and 563 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ dependencies = [
[tool.ruff]
# Latest PEP standards configuration
target-version = "py311"
line-length = 88
target-version = "py314"
line-length = 100
indent-width = 4
[tool.ruff.lint]