Skip to content

Capture the package name before cleanup during the build process to e… #29

Capture the package name before cleanup during the build process to e…

Capture the package name before cleanup during the build process to e… #29

Triggered via push November 24, 2025 16:59
Status Success
Total duration 21s
Artifacts

ci.yml

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

Annotations

30 errors and 30 warnings
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L634
Argument of type "Path | None" cannot be assigned to parameter "src" of type "StrPath" in function "copy2"   Type "Path | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L634
No overloads for "copy2" match the provided arguments (reportCallIssue)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L632
"stem" is not a known attribute of "None" (reportOptionalMemberAccess)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L301
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L118
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L115
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.11): src/python_package_folder/subfolder_build.py#L23
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L709
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L158
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L20
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L634
Argument of type "Path | None" cannot be assigned to parameter "src" of type "StrPath" in function "copy2"   Type "Path | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L634
No overloads for "copy2" match the provided arguments (reportCallIssue)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L632
"stem" is not a known attribute of "None" (reportOptionalMemberAccess)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L301
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L118
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L115
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.12): src/python_package_folder/subfolder_build.py#L23
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L709
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L158
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L20
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L634
Argument of type "Path | None" cannot be assigned to parameter "src" of type "StrPath" in function "copy2"   Type "Path | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L634
No overloads for "copy2" match the provided arguments (reportCallIssue)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L632
"stem" is not a known attribute of "None" (reportOptionalMemberAccess)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L301
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L118
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L115
Type "tuple[str | None, list[str]]" is not assignable to return type "tuple[str, list[str]]"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportReturnType)
build (ubuntu-latest, 3.13): src/python_package_folder/subfolder_build.py#L23
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L709
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L158
Argument of type "bytes" cannot be assigned to parameter "s" of type "str" in function "loads"   "bytes" is not assignable to "str" (reportArgumentType)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L20
Import "tomli" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L84
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L73
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/manager.py#L64
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/finder.py#L56
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/finder.py#L44
Type annotation for attribute `analyzer` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/finder.py#L43
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/finder.py#L42
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.11): src/python_package_folder/analyzer.py#L96
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
build (ubuntu-latest, 3.11): src/python_package_folder/analyzer.py#L94
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
build (ubuntu-latest, 3.11): src/python_package_folder/analyzer.py#L41
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L84
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L73
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/manager.py#L64
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/finder.py#L56
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/finder.py#L44
Type annotation for attribute `analyzer` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/finder.py#L43
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/finder.py#L42
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.12): src/python_package_folder/analyzer.py#L96
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
build (ubuntu-latest, 3.12): src/python_package_folder/analyzer.py#L94
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
build (ubuntu-latest, 3.12): src/python_package_folder/analyzer.py#L41
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L84
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L73
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/manager.py#L64
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/finder.py#L56
Type annotation for attribute `exclude_patterns` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/finder.py#L44
Type annotation for attribute `analyzer` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/finder.py#L43
Type annotation for attribute `src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/finder.py#L42
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
build (ubuntu-latest, 3.13): src/python_package_folder/analyzer.py#L96
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
build (ubuntu-latest, 3.13): src/python_package_folder/analyzer.py#L94
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
build (ubuntu-latest, 3.13): src/python_package_folder/analyzer.py#L41
Type annotation for attribute `project_root` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)