Skip to content

Added gas_station.py #10415

Added gas_station.py

Added gas_station.py #10415

Triggered via pull request October 6, 2024 10:40
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP035): data_structures/arrays/gas_station.py#L1
data_structures/arrays/gas_station.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): data_structures/arrays/gas_station.py#L1
data_structures/arrays/gas_station.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (N802): data_structures/arrays/gas_station.py#L4
data_structures/arrays/gas_station.py:4:9: N802 Function name `canCompleteCircuit` should be lowercase
Ruff (UP006): data_structures/arrays/gas_station.py#L4
data_structures/arrays/gas_station.py:4:39: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): data_structures/arrays/gas_station.py#L4
data_structures/arrays/gas_station.py:4:56: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): data_structures/arrays/gas_station.py#L6
data_structures/arrays/gas_station.py:6:89: E501 Line too long (90 > 88)
Ruff (E501): data_structures/arrays/gas_station.py#L7
data_structures/arrays/gas_station.py:7:89: E501 Line too long (95 > 88)
Ruff (W293): data_structures/arrays/gas_station.py#L12
data_structures/arrays/gas_station.py:12:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/gas_station.py#L18
data_structures/arrays/gas_station.py:18:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.