Skip to content

🔖 1.6.0

🔖 1.6.0 #568

Triggered via push October 27, 2024 13:06
Status Failure
Total duration 58s
Artifacts

TypeCheck.yml

on: push
TypeCheck
47s
TypeCheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
TypeCheck: nonebot_plugin_tetris_stats/__init__.py#L1
Cycle detected in import chain /home/runner/work/nonebot-plugin-tetris-stats/nonebot-plugin-tetris-stats/nonebot_plugin_tetris_stats/__init__.py /home/runner/work/nonebot-plugin-tetris-stats/nonebot-plugin-tetris-stats/nonebot_plugin_tetris_stats/games/__init__.py (reportImportCycles)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/8a91210ce14d_correct_the_data_in_historicaldata.py#L68
Import "nonebot_plugin_tetris_stats.game_data_processor.schemas" could not be resolved (reportMissingImports)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/b7fbdafc339a_add_user_unique_identifier_field_to_.py#L67
Import "nonebot_plugin_tetris_stats.game_data_processor.schemas" could not be resolved (reportMissingImports)
TypeCheck: nonebot_plugin_tetris_stats/db/__init__.py#L97
Expected type arguments for generic class "AsyncGenerator" (reportMissingTypeArgument)
TypeCheck: nonebot_plugin_tetris_stats/db/__init__.py#L108
Expected type arguments for generic class "AsyncGenerator" (reportMissingTypeArgument)
TypeCheck: nonebot_plugin_tetris_stats/db/__init__.py#L118
Expected type arguments for generic class "AsyncGenerator" (reportMissingTypeArgument)
TypeCheck: nonebot_plugin_tetris_stats/db/models.py#L15
Expected type arguments for generic class "TypeDecorator" (reportMissingTypeArgument)
TypeCheck: nonebot_plugin_tetris_stats/db/models.py#L67
Multiple inheritance is not allowed because the following base classes contain `__init__` or `__new__` methods that may not get called: DeclarativeBase (reportUnsafeMultipleInheritance)
TypeCheck: nonebot_plugin_tetris_stats/db/models.py#L74
Multiple inheritance is not allowed because the following base classes contain `__init__` or `__new__` methods that may not get called: DeclarativeBase (reportUnsafeMultipleInheritance)
TypeCheck: nonebot_plugin_tetris_stats/games/__init__.py#L1
Cycle detected in import chain /home/runner/work/nonebot-plugin-tetris-stats/nonebot-plugin-tetris-stats/nonebot_plugin_tetris_stats/games/__init__.py /home/runner/work/nonebot-plugin-tetris-stats/nonebot-plugin-tetris-stats/nonebot_plugin_tetris_stats/games/tetrio/__init__.py (reportImportCycles)
TypeCheck: nonebot_plugin_tetris_stats/__init__.py#L16
Result of call expression is of type "ModuleType" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
TypeCheck: nonebot_plugin_tetris_stats/__init__.py#L39
Import "games" is not accessed (reportUnusedImport)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/3c25a5a8c050_refactor_historical.py#L37
Type of "OldHistoricalData" is Any (reportAny)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/3c25a5a8c050_refactor_historical.py#L37
Type of "nonebot_plugin_tetris_stats_historicaldata" is Any (reportAny)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/3c25a5a8c050_refactor_historical.py#L38
Type of "TETRIOHistoricalData" is Any (reportAny)
TypeCheck: nonebot_plugin_tetris_stats/config/migrations/3c25a5a8c050_refactor_historical.py#L38
Type of "nonebot_plugin_tetris_stats_tetriohistoricaldata" is Any (reportAny)