Skip to content

Raise ValueError for invalid A1Z26 input #18478

Raise ValueError for invalid A1Z26 input

Raise ValueError for invalid A1Z26 input #18478

Triggered via pull request July 26, 2026 08:16
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (ISC004): web_programming/download_images_from_google_query.py#L91
web_programming/download_images_from_google_query.py:91:17: ISC004 Unparenthesized implicit string concatenation in collection help: Did you forget a comma? help: Wrap implicitly concatenated strings in parentheses
ruff (RUF100): machine_learning/sequential_minimum_optimization.py#L454
machine_learning/sequential_minimum_optimization.py:454:44: RUF100 Unused `noqa` directive (unused: `S310`) help: Remove unused `noqa` directive
ruff (RUF036): data_structures/binary_tree/inorder_tree_traversal_2022.py#L46
data_structures/binary_tree/inorder_tree_traversal_2022.py:46:19: RUF036 `None` not at the end of the type union. help: Move `None` to the end of the type union
ruff (I001): ciphers/a1z26.py#L9
ciphers/a1z26.py:9:1: I001 Import block is un-sorted or un-formatted help: Organize imports