Skip to content

Debug

Debug #7

Triggered via push November 13, 2024 13:58
Status Failure
Total duration 23s
Artifacts
Matrix: Test Python install
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Test Python install (ubuntu-latest, 3.11, false)
failed (no mypy cache directory)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L1
Imports are incorrectly sorted and/or formatted.
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L5
unused import 'pathlib' (90% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L10
unused variable 'a' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L11
unused variable 'a' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L12
unused variable 'c' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L13
unused variable 'f' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L15
unused variable 'f' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L17
unused function 'start' (60% confidence)
Test Python install (ubuntu-latest, 3.11, false)
Process completed with exit code 1.
Test Python install (ubuntu-latest, 3.11, true)
The job was canceled because "ubuntu-latest_3_11_false" failed.
Test Python install (ubuntu-latest, 3.11, true)
Process completed with exit code 1.
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L10
missing whitespace around operator
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L13
missing whitespace around operator
Test Python install (ubuntu-latest, 3.11, false): tests/test_python_code.py#L15
do not assign a lambda expression, use a def
Test Python install (ubuntu-latest, 3.11, false): tests/subtest/subtest_python_code.py#L5
unexpected spaces around keyword / parameter equals