Skip to content

Add docstring to count_vowels function #17294

Add docstring to count_vowels function

Add docstring to count_vowels function #17294

Triggered via pull request March 9, 2026 05:12
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (invalid-syntax): strings/count_vowels.py#L13
strings/count_vowels.py:13:12: invalid-syntax: Expected a statement
ruff (invalid-syntax): strings/count_vowels.py#L13
strings/count_vowels.py:13:5: invalid-syntax: Expected a statement
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:47: invalid-syntax: Expected an identifier
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:46: invalid-syntax: Expected an expression
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:37: invalid-syntax: Simple statements must be separated by newlines or semicolons
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:31: invalid-syntax: Simple statements must be separated by newlines or semicolons
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:28: invalid-syntax: Simple statements must be separated by newlines or semicolons
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:21: invalid-syntax: Simple statements must be separated by newlines or semicolons
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:12: invalid-syntax: Simple statements must be separated by newlines or semicolons
ruff (invalid-syntax): strings/count_vowels.py#L12
strings/count_vowels.py:12:5: invalid-syntax: Expected a statement