Skip to content

Added validation to confirm the number of buckets is an integer. #18470

Added validation to confirm the number of buckets is an integer.

Added validation to confirm the number of buckets is an integer. #18470

Triggered via pull request July 25, 2026 02:16
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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