moevm/mse1h2024-telegram

Пофиксить ошибку в bot/main

Closed this issue · 0 comments

На данный момент Linter Job выдает ошибку

Run flake8 telegram_bot --count --max-line-length=120 --max-complexity=10
telegram_bot/bot/main.py:47:1: F8[11](https://github.com/moevm/mse1h2024-telegram/actions/runs/8626261565/job/23644184939#step:5:12) redefinition of unused 'stop' from line 39
telegram_bot/bot/main.py:51:50: F821 undefined name 'ForceReply'
telegram_bot/bot/messages/text_content.py:5:21: W605 invalid escape sequence '\!'
telegram_bot/bot/messages/text_content.py:6:27: W605 invalid escape sequence '\.'
telegram_bot/bot/messages/text_content.py:7:42: W605 invalid escape sequence '\!'
5
Error: Process completed with exit code 1.

Её необходимо исправить