chore: switches from black and isort to ruff

This commit is contained in:
2026-02-26 17:40:26 -03:00
parent d89124b1e8
commit 5d76e49f89
20 changed files with 286 additions and 77 deletions

View File

@@ -2,6 +2,7 @@ from diceplayer.shared.utils.logger import Logger
from importlib import metadata
VERSION = metadata.version("diceplayer")
logger = Logger(__name__)