feat(graphs): implement Hopcroft-Karp maximum bipartite matching - #15385
Closed
chethanasridhar wants to merge 1 commit into
Closed
chethanasridhar wants to merge 1 commit into
chethanasridhar wants to merge 1 commit into
Annotations
10 errors and 1 notice
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L32
graphs/hopcroft_karp.py:32:20: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L28
graphs/hopcroft_karp.py:28:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L28
graphs/hopcroft_karp.py:28:22: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L27
graphs/hopcroft_karp.py:27:49: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
help: Replace with `dict.fromkeys(iterable, value)`)
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L27
graphs/hopcroft_karp.py:27:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L27
graphs/hopcroft_karp.py:27:22: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L25
graphs/hopcroft_karp.py:25:41: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L25
graphs/hopcroft_karp.py:25:31: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L7
graphs/hopcroft_karp.py:7:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
Run uvx ruff check --output-format=github .:
graphs/hopcroft_karp.py#L7
graphs/hopcroft_karp.py:7:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
background
wait
wait-all
cancel
parallel
Loading