Fixes on the code style based on the Code review and flake8. #11932
Annotations
8 errors
Ruff (W291):
audio_filters/butterworth_filter.py#L116
audio_filters/butterworth_filter.py:116:66: W291 Trailing whitespace
|
Ruff (W291):
audio_filters/butterworth_filter.py#L176
audio_filters/butterworth_filter.py:176:64: W291 Trailing whitespace
|
Ruff (W291):
audio_filters/butterworth_filter.py#L213
audio_filters/butterworth_filter.py:213:66: W291 Trailing whitespace
|
Ruff (W291):
maths/pythagoras.py#L1
maths/pythagoras.py:1:27: W291 Trailing whitespace
|
Ruff (W291):
maths/pythagoras.py#L21
maths/pythagoras.py:21:51: W291 Trailing whitespace
|
Ruff (W291):
maths/pythagoras.py#L25
maths/pythagoras.py:25:61: W291 Trailing whitespace
|
Ruff (W291):
sorts/quick_sort.py#L43
sorts/quick_sort.py:43:62: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|