Skip to content

ADD Message Encryption #18467

ADD Message Encryption

ADD Message Encryption #18467

Triggered via pull request July 22, 2026 09:30
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (I001): Projects/News.py#L1
Projects/News.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (INP001): Projects/News.py#L1
Projects/News.py:1:1: INP001 File `Projects/News.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (UP015): Projects/Message_Encryption.py#L46
Projects/Message_Encryption.py:46:31: UP015 Unnecessary mode argument help: Remove mode argument
ruff (A004): Projects/Message_Encryption.py#L2
Projects/Message_Encryption.py:2:18: A004 Import `str` is shadowing a Python builtin
ruff (INP001): Projects/Message_Encryption.py#L1
Projects/Message_Encryption.py:1:1: INP001 File `Projects/Message_Encryption.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (W292): DSA/Shorting.py#L19
DSA/Shorting.py:19:35: W292 No newline at end of file help: Add trailing newline
ruff (A001): DSA/Shorting.py#L17
DSA/Shorting.py:17:5: A001 Variable `list` is shadowing a Python builtin
ruff (E741): DSA/Shorting.py#L3
DSA/Shorting.py:3:5: E741 Ambiguous variable name: `l`
ruff (A002): DSA/Shorting.py#L1
DSA/Shorting.py:1:14: A002 Function argument `list` is shadowing a Python builtin
ruff (INP001): DSA/Shorting.py#L1
DSA/Shorting.py:1:1: INP001 File `DSA/Shorting.py` is part of an implicit namespace package. Add an `__init__.py`.