Skip to content

feat: add MinHash Jaccard similarity estimator #18472

feat: add MinHash Jaccard similarity estimator

feat: add MinHash Jaccard similarity estimator #18472

Triggered via pull request July 25, 2026 07:07
Status Failure
Total duration 13s
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