Skip to content

Min Window Substring #11313

Min Window Substring

Min Window Substring #11313

Triggered via pull request October 17, 2024 21:14
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (W291): strings/min_window_substring.py#L17
strings/min_window_substring.py:17:53: W291 Trailing whitespace
Ruff (W291): strings/min_window_substring.py#L18
strings/min_window_substring.py:18:75: W291 Trailing whitespace
Ruff (W291): strings/min_window_substring.py#L21
strings/min_window_substring.py:21:39: W291 Trailing whitespace
Ruff (W291): strings/min_window_substring.py#L22
strings/min_window_substring.py:22:73: W291 Trailing whitespace
Ruff (W293): strings/min_window_substring.py#L25
strings/min_window_substring.py:25:1: W293 Blank line contains whitespace
Ruff (W292): strings/min_window_substring.py#L87
strings/min_window_substring.py:87:18: W292 No newline at end of file
ruff
Process completed with exit code 1.