Skip to content

Added gas_station.py #10435

Added gas_station.py

Added gas_station.py #10435

Triggered via pull request October 6, 2024 11:56
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (E501): data_structures/arrays/gas_station.py#L4
data_structures/arrays/gas_station.py:4:89: E501 Line too long (90 > 88)
Ruff (W293): data_structures/arrays/gas_station.py#L6
data_structures/arrays/gas_station.py:6:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/gas_station.py#L26
data_structures/arrays/gas_station.py:26:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/gas_station.py#L30
data_structures/arrays/gas_station.py:30:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.