Skip to content

feat: add progressive_set_intersection to disjoint_set #17562

feat: add progressive_set_intersection to disjoint_set

feat: add progressive_set_intersection to disjoint_set #17562

Triggered via pull request April 1, 2026 08:18
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (UP006): data_structures/disjoint_set/progressive_set_intersection.py#L6
data_structures/disjoint_set/progressive_set_intersection.py:6:49: UP006 Use `set` instead of `Set` for type annotation help: Replace with `set`
ruff (UP006): data_structures/disjoint_set/progressive_set_intersection.py#L6
data_structures/disjoint_set/progressive_set_intersection.py:6:41: UP006 Use `set` instead of `Set` for type annotation help: Replace with `set`
ruff (UP035): data_structures/disjoint_set/progressive_set_intersection.py#L3
data_structures/disjoint_set/progressive_set_intersection.py:3:1: UP035 `typing.Set` is deprecated, use `set` instead