PR #1416 #2780
codeql
on: dynamic
Matrix: analyze
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'
|