added unittest #11461
Annotations
10 errors
Ruff (INP001):
neural_network/chatbot/chat_db.py#L1
neural_network/chatbot/chat_db.py:1:1: INP001 File `neural_network/chatbot/chat_db.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (I001):
neural_network/chatbot/chat_db.py#L5
neural_network/chatbot/chat_db.py:5:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
neural_network/chatbot/chat_db.py#L39
neural_network/chatbot/chat_db.py:39:89: E501 Line too long (92 > 88)
|
Ruff (W293):
neural_network/chatbot/chat_db.py#L65
neural_network/chatbot/chat_db.py:65:1: W293 Blank line contains whitespace
|
Ruff (E501):
neural_network/chatbot/chat_db.py#L133
neural_network/chatbot/chat_db.py:133:89: E501 Line too long (92 > 88)
|
Ruff (W291):
neural_network/chatbot/chat_db.py#L179
neural_network/chatbot/chat_db.py:179:56: W291 Trailing whitespace
|
Ruff (E501):
neural_network/chatbot/chat_db.py#L193
neural_network/chatbot/chat_db.py:193:89: E501 Line too long (90 > 88)
|
Ruff (W293):
neural_network/chatbot/chat_db.py#L196
neural_network/chatbot/chat_db.py:196:1: W293 Blank line contains whitespace
|
Ruff (UP017):
neural_network/chatbot/chat_db.py#L225
neural_network/chatbot/chat_db.py:225:49: UP017 Use `datetime.UTC` alias
|
Ruff (E501):
neural_network/chatbot/chat_db.py#L230
neural_network/chatbot/chat_db.py:230:89: E501 Line too long (91 > 88)
|