Skip to content

perf: optimize lower with list comprehension (#15230) #288

perf: optimize lower with list comprehension (#15230)

perf: optimize lower with list comprehension (#15230) #288

Triggered via push September 8, 2026 19:28
Status Success
Total duration 19s
Artifacts

ty.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
ty (unresolved-attribute): web_programming/crawl_google_scholar_citation.py#L26
web_programming/crawl_google_scholar_citation.py:26:15: unresolved-attribute: Attribute `find_all` is not defined on `None` in union `Tag | None`
ty (invalid-argument-type): web_programming/crawl_google_results.py#L36
web_programming/crawl_google_results.py:36:29: invalid-argument-type: Argument to function `open` is incorrect: Expected `str`, found `str | AttributeValueList | None` info: element `AttributeValueList` of union `str | AttributeValueList | None` is not assignable to `str` stdlib/webbrowser.pyi:21:5: info: Function defined here stdlib/webbrowser.pyi:21:10: Parameter declared here
ty (unresolved-attribute): web_programming/crawl_google_results.py#L28
web_programming/crawl_google_results.py:28:21: unresolved-attribute: Object of type `Response` has no attribute `iter_content`
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/.tmpJjXvLU/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpJjXvLU/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): maths/trailing_zeroes.py#L33
maths/trailing_zeroes.py:33:9: invalid-assignment: Object of type `float` is not assignable to `int` maths/trailing_zeroes.py:6:26: Declared type
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/.tmpJjXvLU/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpJjXvLU/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/.tmpJjXvLU/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpJjXvLU/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
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
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?