Skip to content

refactor; unify emoji style; use recent python features #11

refactor; unify emoji style; use recent python features

refactor; unify emoji style; use recent python features #11

Triggered via push July 7, 2024 23:23
Status Failure
Total duration 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/telegram_interface.py#L123
prospector[pycodestyle:E501]: line too long (160 > 159 characters)
test: src/telegram_interface.py#L2
prospector[pylint:unused-import]: Unused import re
test: src/telegram_interface.py#L4
prospector[pylint:import-error]: Unable to import 'telegram'
test: src/telegram_interface.py#L5
prospector[pylint:import-error]: Unable to import 'telegram.ext'
test: src/telegram_interface.py#L6
prospector[pylint:import-error]: Unable to import 'telegram.constants'
test: src/telegram_interface.py#L7
prospector[pylint:import-error]: Unable to import 'telegram.helpers'
test: src/telegram_interface.py#L44
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
test: src/telegram_interface.py#L65
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
test: src/telegram_interface.py#L76
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
test: src/telegram_interface.py#L79
prospector[pylint:unused-argument]: Unused argument 'context'