This repository has been archived by the owner on Feb 20, 2025. It is now read-only.
chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.2.2 #30
Annotations
9 errors and 1 warning
run:
src/cpn_telegram_bot/modules/get_data.py#L43
Object of type "Unbound" cannot be used with "async with" because it does not correctly implement __aenter__ (reportGeneralTypeIssues)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L43
Object of type "Unbound" cannot be used with "with" because it does not correctly implement __aexit__ (reportGeneralTypeIssues)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L43
"engine" is possibly unbound (reportPossiblyUnboundVariable)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L46
"engine" is possibly unbound (reportPossiblyUnboundVariable)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L99
Object of type "Unbound" cannot be used with "async with" because it does not correctly implement __aenter__ (reportGeneralTypeIssues)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L99
Object of type "Unbound" cannot be used with "with" because it does not correctly implement __aexit__ (reportGeneralTypeIssues)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L99
"engine" is possibly unbound (reportPossiblyUnboundVariable)
|
run:
src/cpn_telegram_bot/modules/get_data.py#L102
"engine" is possibly unbound (reportPossiblyUnboundVariable)
|
run
8 errors
|
run
pyrightconfig.json contains { venvPath: '../../' }; --venvpath as passed by pyright-action will have no effect.
|