refactor; unify emoji style; use recent python features #11
Annotations
10 errors
src/telegram_interface.py#L123
prospector[pycodestyle:E501]: line too long (160 > 159 characters)
|
src/telegram_interface.py#L2
prospector[pylint:unused-import]: Unused import re
|
src/telegram_interface.py#L4
prospector[pylint:import-error]: Unable to import 'telegram'
|
src/telegram_interface.py#L5
prospector[pylint:import-error]: Unable to import 'telegram.ext'
|
src/telegram_interface.py#L6
prospector[pylint:import-error]: Unable to import 'telegram.constants'
|
src/telegram_interface.py#L7
prospector[pylint:import-error]: Unable to import 'telegram.helpers'
|
src/telegram_interface.py#L44
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
|
src/telegram_interface.py#L65
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
|
src/telegram_interface.py#L76
prospector[pylint:logging-fstring-interpolation]: Use lazy % formatting in logging functions
|
src/telegram_interface.py#L79
prospector[pylint:unused-argument]: Unused argument 'context'
|
This job failed
Loading