v2026.04.02/scripts/scraper
Abdessamad Derraz 0a272dc4e9 chore: lint and format entire codebase
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).
2026-04-01 13:17:55 +02:00
..
targets chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
__init__.py v2: automated BIOS platform with full pipeline 2026-03-17 10:54:39 +01:00
_hash_merge.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
base_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
batocera_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
bizhawk_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
coreinfo_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
dat_parser.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
emudeck_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
fbneo_hash_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
fbneo_parser.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
libretro_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
mame_hash_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
mame_parser.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
recalbox_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
retrobat_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
retrodeck_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
romm_scraper.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00