Skip to content
Triggered via push November 26, 2024 20:28
Status Success
Total duration 1m 43s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 6 warnings
Ruff (B015): hatch_build.py#L31
hatch_build.py:31:9: B015 Pointless comparison. Did you mean to assign a value? Otherwise, prepend `assert` or remove it.
Ruff (PLR0133): hatch_build.py#L31
hatch_build.py:31:9: PLR0133 Two constants compared in a comparison, consider replacing `1 == 2`
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Exit code 1
build (3.12, ubuntu-latest): hatch_build.py#L8
Import "hatchling.metadata.plugin.interface" could not be resolved (reportMissingImports)
build (3.12, ubuntu-latest): hatch_build.py#L15
Method "update" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
build (3.12, ubuntu-latest): tests/test_core.py#L6
Import "pytest" could not be resolved (reportMissingImports)
build (3.12, ubuntu-latest)
3 errors
build (3.12, ubuntu-latest)
Process completed with exit code 1.
build (3.12, ubuntu-latest)
Exit code 1
Ruff (B015): hatch_build.py#L31
hatch_build.py:31:9: B015 Pointless comparison. Did you mean to assign a value? Otherwise, prepend `assert` or remove it.
Ruff (PLR0133): hatch_build.py#L31
hatch_build.py:31:9: PLR0133 Two constants compared in a comparison, consider replacing `1 == 2`
build (3.12, windows-latest)
Process completed with exit code 1.
build (3.12, windows-latest)
Process completed with exit code 1.
build (3.12, windows-latest)
Error: Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
build (3.12, windows-latest)
Process completed with exit code 1.
build (3.12, windows-latest): hatch_build.py#L8
Import "hatchling.metadata.plugin.interface" could not be resolved (reportMissingImports)
build (3.12, windows-latest): hatch_build.py#L15
Method "update" is marked as override, but no base method of same name is present (reportGeneralTypeIssues)
build (3.12, windows-latest): tests/test_core.py#L6
Import "pytest" could not be resolved (reportMissingImports)
build (3.12, windows-latest)
3 errors
build (3.12, windows-latest)
Process completed with exit code 1.
build (3.12, windows-latest)
Error: Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
build (3.12, ubuntu-latest): hatch_build.py#L11
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
build (3.12, ubuntu-latest): hatch_build.py#L31
Expression value is unused (reportUnusedExpression)
build (3.12, ubuntu-latest): hatch_build.py#L31
Condition will always evaluate to False since the types "Literal[1]" and "Literal[2]" have no overlap (reportUnnecessaryComparison)
build (3.12, windows-latest): hatch_build.py#L11
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
build (3.12, windows-latest): hatch_build.py#L31
Expression value is unused (reportUnusedExpression)
build (3.12, windows-latest): hatch_build.py#L31
Condition will always evaluate to False since the types "Literal[1]" and "Literal[2]" have no overlap (reportUnnecessaryComparison)