TYP: Type annotations overhaul, part 1 #786
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)
|