Skip to content

TYP: Type annotations overhaul, part 1 #786

TYP: Type annotations overhaul, part 1

TYP: Type annotations overhaul, part 1 #786

Triggered via pull request March 21, 2025 00:09
Status Success
Total duration 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: pull_request
check-ruff
6s
check-ruff
Fit to window
Zoom out
Zoom in

Annotations

4 errors
check-ruff
Process completed with exit code 1.
check-ruff: array_api_compat/torch/_aliases.py#L683
array_api_compat/torch/_aliases.py:683:31: SyntaxError: Cannot use star annotation on Python 3.9 (syntax was added in Python 3.11)
check-ruff: array_api_compat/torch/_aliases.py#L119
array_api_compat/torch/_aliases.py:119:37: SyntaxError: Cannot use star annotation on Python 3.9 (syntax was added in Python 3.11)
check-ruff: array_api_compat/common/_helpers.py#L441
array_api_compat/common/_helpers.py:441:10: SyntaxError: Cannot use star annotation on Python 3.9 (syntax was added in Python 3.11)