Update documentation for automatic version resolution and publishing … #118
Annotations
33 errors and 30 warnings
|
build (ubuntu-latest, 3.11):
src/python_package_folder/python_package_folder.py#L53
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/python_package_folder.py#L31
Function with declared return type "bool" must return value on all code paths
"None" is not assignable to "bool" (reportReturnType)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L1613
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L599
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L547
Cannot access attribute "get" for class "PackageMetadata"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L532
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L530
Operator "in" not supported for types "str" and "dict[str, list[str]] | None"
Operator "in" not supported for types "str" and "None" (reportOperatorIssue)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L527
Cannot assign to attribute "_packages_distributions_cache" for class "BuildManager*"
Type "Mapping[str, list[str]]" is not assignable to type "dict[str, list[str]] | None"
"Mapping[str, list[str]]" is not assignable to "dict[str, list[str]]"
"Mapping[str, list[str]]" is not assignable to "None" (reportAttributeAccessIssue)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/manager.py#L164
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.11)
Process completed with exit code 1.
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/subfolder_build.py#L24
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/python_package_folder.py#L53
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/python_package_folder.py#L31
Function with declared return type "bool" must return value on all code paths
"None" is not assignable to "bool" (reportReturnType)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L1613
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L581
Import "importlib_metadata" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L532
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L530
Operator "in" not supported for types "str" and "dict[str, list[str]] | None"
Operator "in" not supported for types "str" and "None" (reportOperatorIssue)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L527
Cannot assign to attribute "_packages_distributions_cache" for class "BuildManager*"
Type "Mapping[str, list[str]]" is not assignable to type "dict[str, list[str]] | None"
"Mapping[str, list[str]]" is not assignable to "dict[str, list[str]]"
"Mapping[str, list[str]]" is not assignable to "None" (reportAttributeAccessIssue)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/manager.py#L164
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.13)
Process completed with exit code 1.
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/subfolder_build.py#L24
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/python_package_folder.py#L53
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/python_package_folder.py#L31
Function with declared return type "bool" must return value on all code paths
"None" is not assignable to "bool" (reportReturnType)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L1613
Import "tomli" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L581
Import "importlib_metadata" could not be resolved (reportMissingImports)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L532
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L530
Operator "in" not supported for types "str" and "dict[str, list[str]] | None"
Operator "in" not supported for types "str" and "None" (reportOperatorIssue)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L527
Cannot assign to attribute "_packages_distributions_cache" for class "BuildManager*"
Type "Mapping[str, list[str]]" is not assignable to type "dict[str, list[str]] | None"
"Mapping[str, list[str]]" is not assignable to "dict[str, list[str]]"
"Mapping[str, list[str]]" is not assignable to "None" (reportAttributeAccessIssue)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/manager.py#L164
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.12)
Process completed with exit code 1.
|
|
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#L64
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#L52
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#L51
Type annotation for attribute `original_src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.11):
src/python_package_folder/finder.py#L49
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#L48
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.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#L64
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#L52
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#L51
Type annotation for attribute `original_src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.13):
src/python_package_folder/finder.py#L49
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#L48
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)
|
|
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#L64
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#L52
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#L51
Type annotation for attribute `original_src_dir` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.12):
src/python_package_folder/finder.py#L49
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#L48
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)
|