Refactor code structure for improved readability and maintainability
All checks were successful
Build and push Archlinux package / build (push) Successful in 26s
pre-commit / pre-commit (push) Successful in 59s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 20:38:10 +02:00
parent 3d2f6bb879
commit df841c70cb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 160 additions and 55 deletions

View file

@ -12,6 +12,7 @@ dependencies = [
[dependency-groups]
dev = [
"mypy>=1.15.0",
"pre-commit>=4.2.0",
"ruff>=0.9.10",
]