ruff #1387
Annotations
10 errors and 1 warning
|
Ruff (E402):
scripts/message_retrieval_script.py#L32
scripts/message_retrieval_script.py:32:1: E402 Module level import not at top of file
|
|
Ruff (E402):
scripts/message_retrieval_script.py#L31
scripts/message_retrieval_script.py:31:1: E402 Module level import not at top of file
|
|
Ruff (E402):
scripts/message_retrieval_script.py#L30
scripts/message_retrieval_script.py:30:1: E402 Module level import not at top of file
|
|
Ruff (F401):
scripts/message_retrieval_script.py#L20
scripts/message_retrieval_script.py:20:8: F401 `math` imported but unused
|
|
Ruff (F401):
scripts/message_retrieval_script.py#L19
scripts/message_retrieval_script.py:19:8: F401 `time` imported but unused
|
|
Ruff (F401):
scripts/message_retrieval_script.py#L17
scripts/message_retrieval_script.py:17:8: F401 `re` imported but unused
|
|
Ruff (F401):
scripts/message_retrieval_script.py#L14
scripts/message_retrieval_script.py:14:8: F401 `os` imported but unused
|
|
Ruff (F401):
scripts/cleanup_expressions.py#L6
scripts/cleanup_expressions.py:6:22: F401 `datetime.datetime` imported but unused
|
|
Ruff (B007):
scripts/analyze_expression_similarity.py#L88
scripts/analyze_expression_similarity.py:88:12: B007 Loop control variable `expr` not used within loop body
|
|
Ruff (E722):
scripts/analyze_expression_similarity.py#L53
scripts/analyze_expression_similarity.py:53:5: E722 Do not use bare `except`
|
|
ruff
The process '/usr/bin/git' failed with exit code 128
|