Fix exponential search for empty collections (#15362) #1197
Annotations
10 errors, 4 warnings, and 1 notice
|
ty (unresolved-attribute):
scripts/validate_solutions.py#L34
scripts/validate_solutions.py:34:5: unresolved-attribute: Attribute `loader` is not defined on `None` in union `ModuleSpec | None`
|
|
ty (unresolved-attribute):
scripts/validate_solutions.py#L34
scripts/validate_solutions.py:34:5: unresolved-attribute: Attribute `exec_module` is not defined on `None` in union `Loader | None`
|
|
ty (invalid-argument-type):
scripts/validate_solutions.py#L33
scripts/validate_solutions.py:33:46: invalid-argument-type: Argument to function `module_from_spec` is incorrect: Expected `ModuleSpec`, found `ModuleSpec | None`
info: element `None` of union `ModuleSpec | None` is not assignable to `ModuleSpec`
stdlib/_frozen_importlib.pyi:45:5: info: Function defined here
stdlib/_frozen_importlib.pyi:45:22: Parameter declared here
|
|
ty (unresolved-import):
scripts/validate_solutions.py#L19
scripts/validate_solutions.py:19:8: unresolved-import: Cannot resolve imported module `pytest`
info: Searched in the following paths during module resolution:
info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib/python3.14/site-packages (site-packages)
info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib64/python3.14/site-packages (site-packages)
info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
ty (invalid-assignment):
other/dancing_links.py#L69
other/dancing_links.py:69:17: invalid-assignment: Object of type `DLXNode` is not assignable to attribute `up` of type `ColumnNode`
|
|
ty (invalid-assignment):
other/dancing_links.py#L68
other/dancing_links.py:68:17: invalid-assignment: Object of type `DLXNode` is not assignable to attribute `down` of type `ColumnNode`
|
|
ty (unresolved-import):
maths/test_factorial.py#L10
maths/test_factorial.py:10:6: unresolved-import: Cannot resolve imported module `maths.factorial`
info: Searched in the following paths during module resolution:
info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib/python3.14/site-packages (site-packages)
info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib64/python3.14/site-packages (site-packages)
info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
ty (unresolved-import):
maths/test_factorial.py#L8
maths/test_factorial.py:8:8: unresolved-import: Cannot resolve imported module `pytest`
info: Searched in the following paths during module resolution:
info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib/python3.14/site-packages (site-packages)
info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib64/python3.14/site-packages (site-packages)
info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
ty (unresolved-import):
maths/test_abs.py#L10
maths/test_abs.py:10:6: unresolved-import: Cannot resolve imported module `maths.abs`
info: Searched in the following paths during module resolution:
info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib/python3.14/site-packages (site-packages)
info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib64/python3.14/site-packages (site-packages)
info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
ty (unresolved-import):
maths/test_abs.py#L8
maths/test_abs.py:8:8: unresolved-import: Cannot resolve imported module `pytest`
info: Searched in the following paths during module resolution:
info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib/python3.14/site-packages (site-packages)
info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpNV9gul/lib64/python3.14/site-packages (site-packages)
info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
ty (redundant-condition):
web_programming/current_weather.py#L33
web_programming/current_weather.py:33:8: redundant-condition: Object of type `Literal[""]` is always falsy
web_programming/current_weather.py:34:9: This statement is unreachable
|
|
ty (redundant-condition):
web_programming/current_weather.py#L27
web_programming/current_weather.py:27:8: redundant-condition: Object of type `Literal[""]` is always falsy
web_programming/current_weather.py:28:9: This statement is unreachable
|
|
ty (redundant-condition):
matrix/matrix_operation.py#L44
matrix/matrix_operation.py:44:13: redundant-condition: Expression `_verify_matrix_sizes(matrix_a, matrix_b)` is always truthy (has type `tuple[tuple[int, int], tuple[int, int]]`)
|
|
ty (redundant-condition):
machine_learning/dimensionality_reduction.py#L146
machine_learning/dimensionality_reduction.py:146:8: redundant-condition: Method `ndarray.any` is always truthy: Did you mean to call this method?
machine_learning/dimensionality_reduction.py:158:5: This following branch is unreachable
help: Replace with `features.any(...)`
|
|
ty
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|