Skip to content

vowel_check.py

vowel_check.py #11442

Triggered via pull request October 19, 2024 12:19
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Ruff (PLR1714): strings/vowel_check.py#L7
strings/vowel_check.py:7:8: PLR1714 Consider merging multiple comparisons: `i in ("a", "e", "i", "o", "u")`. Use a `set` if the elements are hashable.
ruff
Process completed with exit code 1.