Skip to content

Add docstring to count_vowels function #16857

Add docstring to count_vowels function

Add docstring to count_vowels function #16857

Triggered via pull request January 19, 2026 07:06
Status Failure
Total duration 12s
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