Challenge/1 even odd range rouaa #694
ci-checks.yml
on: pull_request
ls_linting
3s
md_formatting
9s
py_formatting
5s
py_linting
7s
py_tests
5s
Annotations
7 errors and 8 warnings
py_formatting
Process completed with exit code 1.
|
py_tests
Process completed with exit code 1.
|
Ruff (E402):
solutions/even_odd_range.py#L53
solutions/even_odd_range.py:53:1: E402 Module level import not at top of file
|
Ruff (F811):
solutions/even_odd_range.py#L55
solutions/even_odd_range.py:55:5: F811 Redefinition of unused `even_odd_range` from line 37
|
Ruff (F821):
solutions/tests/test_even_odd_range.py#L4
solutions/tests/test_even_odd_range.py:4:26: F821 Undefined name `file`
|
Ruff (F821):
solutions/tests/test_even_odd_range.py#L60
solutions/tests/test_even_odd_range.py:60:4: F821 Undefined name `_name_`
|
py_linting
Process completed with exit code 1.
|
ls_linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ls_linting
The process '/usr/bin/git' failed with exit code 128
|
py_formatting
The process '/usr/bin/git' failed with exit code 128
|
py_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
py_tests
The process '/usr/bin/git' failed with exit code 128
|
py_linting
The process '/usr/bin/git' failed with exit code 128
|
md_formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
md_formatting
The process '/usr/bin/git' failed with exit code 128
|