data_structures: add progressive_set_intersection in disjoint_set #17560
Annotations
4 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
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`
|
|
Run uvx ruff check --output-format=github .:
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`
|
|
Run uvx ruff check --output-format=github .:
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
|
Loading