update.py #10107
Annotations
10 errors
Ruff (I001):
graphs/ant_colony_optimization_algorithms.py#L1
graphs/ant_colony_optimization_algorithms.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
strings/aho_corasick.py#L1
strings/aho_corasick.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
strings/aho_corasick.py#L3
strings/aho_corasick.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP035):
strings/aho_corasick.py#L3
strings/aho_corasick.py:3:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP006):
strings/aho_corasick.py#L11
strings/aho_corasick.py:11:27: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
strings/aho_corasick.py#L13
strings/aho_corasick.py:13:22: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
strings/aho_corasick.py#L17
strings/aho_corasick.py:17:34: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
strings/aho_corasick.py#L18
strings/aho_corasick.py:18:22: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
strings/aho_corasick.py#L73
strings/aho_corasick.py:73:41: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
strings/aho_corasick.py#L73
strings/aho_corasick.py:73:51: UP006 Use `list` instead of `List` for type annotation
|