Closed mattem closed 2 weeks ago
Reverts aspect-build/rules_py#428
Revert as it's causing a failure on CI for older versions of Python.
@mattem In case you still want to have typing and support older Python versions (although they might be EOL already), you could use
from typing import List # some code user_args: List[str] = [$$FLAGS$$]
Reverts aspect-build/rules_py#428
Revert as it's causing a failure on CI for older versions of Python.