Update pytelegrambotapi from 4.22.1 to 4.23.0 #923
Annotations
10 errors and 2 warnings
Lint with Ruff:
camera/camera.py#L383
camera/camera.py:383:13: F841 Local variable `authentication_success` is assigned to but never used
|
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:31: F401 `config.data_class.Open_Door_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:47: F401 `config.data_class.Message_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:61: F401 `config.data_class.Camera_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L9
config/__init__.py:9:37: F401 `config.default_cam_enum.DefaultCam` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L10
config/__init__.py:10:36: F401 `config.yaml_read_error.YamlReadError` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L11
config/__init__.py:11:32: F401 `config.config_util.Configuration` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/config_util.py#L112
config/config_util.py:112:9: E722 Do not use bare `except`
|
Lint with Ruff:
test/__init__.py#L1
test/__init__.py:1:1: F403 `from bot import *` used; unable to detect undefined names
|
Lint with Ruff:
test/__init__.py#L2
test/__init__.py:2:1: F403 `from camera import *` used; unable to detect undefined names
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading