refactor room management

This commit is contained in:
kc1awv
2026-01-07 10:57:35 -05:00
parent 36e06ebfe8
commit 7e5675fdd7
7 changed files with 971 additions and 774 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ version = {attr = "rrcd.__version__"}
[tool.ruff]
target-version = "py311"
line-length = 88
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I", "B", "UP"]