Fix syntax #3
Annotations
37 errors and 20 warnings
Lint Python (ubuntu-latest, 3.12)
failed (no mypy cache directory)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L1
Imports are incorrectly sorted and/or formatted.
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L5
unused import 'pathlib' (90% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L10
unused variable 'a' (60% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L11
unused variable 'a' (60% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L12
unused variable 'c' (60% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L13
unused variable 'f' (60% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L15
unused variable 'f' (60% confidence)
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L17
unused function 'start' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10)
failed (no mypy cache directory)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L1
Imports are incorrectly sorted and/or formatted.
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L5
unused import 'pathlib' (90% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L10
unused variable 'a' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L11
unused variable 'a' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L12
unused variable 'c' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L13
unused variable 'f' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L15
unused variable 'f' (60% confidence)
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L17
unused function 'start' (60% confidence)
|
Lint Python (macos-latest, 3.10)
dyld[1727]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: <B5E916E8-01CA-35D0-8CA1-DB48CC803EB7> /Users/runner/hostedtoolcache/Python/3.10.15/x64/bin/python3.10
Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.d
|
Lint Python (macos-latest, 3.10)
ylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)
./setup.sh: line 54: 1727 Abort trap: 6 ./python -m ensurepip
|
Lint Python (macos-latest, 3.10)
The process '/bin/bash' failed with exit code 134
|
Lint Python (macos-latest, 3.9)
dyld[2777]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: <66A964D9-243D-3272-8551-316E3ABBB4F1> /Users/runner/hostedtoolcache/Python/3.9.20/x64/bin/python3.9
Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)
|
Lint Python (macos-latest, 3.9)
./setup.sh: line 54: 2777 Abort trap: 6 ./python -m ensurepip
|
Lint Python (macos-latest, 3.9)
The process '/bin/bash' failed with exit code 134
|
Lint Python (macos-latest, 3.8)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (ubuntu-latest, 3.9)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (ubuntu-latest, 3.11)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (windows-latest, 3.11)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (windows-latest, 3.11)
The operation was canceled.
|
Lint Python (windows-latest, 3.10)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (windows-latest, 3.10)
The operation was canceled.
|
Lint Python (windows-latest, 3.9)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (ubuntu-latest, 3.8)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (macos-latest, 3.12)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (windows-latest, 3.12)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (windows-latest, 3.8)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (macos-latest, 3.11)
The job was canceled because "macos-latest_3_10" failed.
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L10
missing whitespace around operator
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L11
trailing whitespace
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L12
trailing whitespace
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L13
missing whitespace around operator
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L15
do not assign a lambda expression, use a def
|
Lint Python (ubuntu-latest, 3.12):
tests/test_python_code.py#L17
expected 2 blank lines, found 0
|
Lint Python (ubuntu-latest, 3.12):
tests/subtest/subtest_python_code.py#L3
whitespace before '('
|
Lint Python (ubuntu-latest, 3.12):
tests/subtest/subtest_python_code.py#L5
multiple spaces before operator
|
Lint Python (ubuntu-latest, 3.12):
tests/subtest/subtest_python_code.py#L5
unexpected spaces around keyword / parameter equals
|
Lint Python (ubuntu-latest, 3.12):
tests/subtest/subtest_python_code.py#L5
multiple spaces after operator
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L10
missing whitespace around operator
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L11
trailing whitespace
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L12
trailing whitespace
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L13
missing whitespace around operator
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L15
do not assign a lambda expression, use a def
|
Lint Python (ubuntu-latest, 3.10):
tests/test_python_code.py#L17
expected 2 blank lines, found 0
|
Lint Python (ubuntu-latest, 3.10):
tests/subtest/subtest_python_code.py#L3
whitespace before '('
|
Lint Python (ubuntu-latest, 3.10):
tests/subtest/subtest_python_code.py#L5
multiple spaces before operator
|
Lint Python (ubuntu-latest, 3.10):
tests/subtest/subtest_python_code.py#L5
unexpected spaces around keyword / parameter equals
|
Lint Python (ubuntu-latest, 3.10):
tests/subtest/subtest_python_code.py#L5
multiple spaces after operator
|