Skip to content

update.py

update.py #10105

Triggered via pull request October 3, 2024 08:03
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 (E501): graphs/ant_colony_optimization_algorithms.py#L86
graphs/ant_colony_optimization_algorithms.py:86:89: E501 Line too long (91 > 88)
Ruff (E501): graphs/ant_colony_optimization_algorithms.py#L132
graphs/ant_colony_optimization_algorithms.py:132:89: E501 Line too long (104 > 88)
Ruff (E501): graphs/ant_colony_optimization_algorithms.py#L142
graphs/ant_colony_optimization_algorithms.py:142:89: E501 Line too long (90 > 88)
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#L9
strings/aho_corasick.py:9:27: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): strings/aho_corasick.py#L11
strings/aho_corasick.py:11:22: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): strings/aho_corasick.py#L14
strings/aho_corasick.py:14:34: UP006 Use `list` instead of `List` for type annotation