feat: better lrc handling

This commit is contained in:
2026-04-01 17:51:28 +02:00
parent cd60d3042c
commit 0b830e176d
4 changed files with 317 additions and 31 deletions
+4 -1
View File
@@ -25,4 +25,7 @@ lrx = "lrx_cli.cli:run"
ignore = ["E402"]
[dependency-groups]
dev = ["ruff>=0.15.8"]
dev = [
"pytest>=9.0.2",
"ruff>=0.15.8",
]