Skip to content

Refactor Caesar Cipher: optimized encryption, added file support, banner, and clear screen #14535

Refactor Caesar Cipher: optimized encryption, added file support, banner, and clear screen

Refactor Caesar Cipher: optimized encryption, added file support, banner, and clear screen #14535

Triggered via pull request October 4, 2025 06:20
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (W293): ciphers/caesar_cipher.py#L196
ciphers/caesar_cipher.py:196:1: W293 Blank line contains whitespace
Ruff (UP015): ciphers/caesar_cipher.py#L195
ciphers/caesar_cipher.py:195:27: UP015 Unnecessary mode argument
Ruff (W293): ciphers/caesar_cipher.py#L100
ciphers/caesar_cipher.py:100:1: W293 Blank line contains whitespace
Ruff (UP015): ciphers/caesar_cipher.py#L99
ciphers/caesar_cipher.py:99:27: UP015 Unnecessary mode argument
Ruff (E501): ciphers/caesar_cipher.py#L76
ciphers/caesar_cipher.py:76:89: E501 Line too long (96 > 88)
Ruff (I001): ciphers/caesar_cipher.py#L1
ciphers/caesar_cipher.py:1:1: I001 Import block is un-sorted or un-formatted