mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-17 20:52:58 +00:00
Run ruff check --fix: remove unused imports (F401), fix f-strings without placeholders (F541), remove unused variables (F841), fix duplicate dict key (F601). Run isort --profile black: normalize import ordering across all files. Run ruff format: apply consistent formatting (black-compatible) to all 58 Python files. 3 intentional E402 remain (imports after require_yaml() must execute after yaml is available). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_exporter.py | ||
| batocera_exporter.py | ||
| emudeck_exporter.py | ||
| lakka_exporter.py | ||
| recalbox_exporter.py | ||
| retrobat_exporter.py | ||
| retrodeck_exporter.py | ||
| retropie_exporter.py | ||
| romm_exporter.py | ||
| systemdat_exporter.py | ||