Skip to content

PR #1416

PR #1416 #2780

Triggered via dynamic January 31, 2025 00:16
Status Success
Total duration 1m 34s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff(F811): backend/endpoints/search.py#L15
[new] Redefinition of unused `meta_moby_handler` from line 11
mypy(assignment): backend/endpoints/search.py#L111
[new] Incompatible types in assignment (expression has type "MobyGamesRom", variable has type "IGDBRom")
ruff(F811): backend/endpoints/search.py#L15
[new] Redefinition of unused `meta_sgdb_handler` from line 12
ruff(F811): backend/endpoints/search.py#L15
[new] Redefinition of unused `meta_igdb_handler` from line 10
mypy(assignment): backend/endpoints/search.py#L118
[new] Incompatible types in assignment (expression has type "SSGamesRom", variable has type "IGDBRom")
isort: backend/endpoints/search.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'