Skip to content

data_structures: add progressive_set_intersection in disjoint_set #17560

data_structures: add progressive_set_intersection in disjoint_set

data_structures: add progressive_set_intersection in disjoint_set #17560

Triggered via pull request April 1, 2026 08:13
Status Failure
Total duration 16s
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