Skip to content

Add support for __future__ annotations #2

@eykd

Description

@eykd

Right now, I'm pretty sure BaseConfig breaks under from __future__ import annotations because it's expecting actual type annotations, not strings. Python provides a way to parse the strings into types, but we need to teach convoke.configs how to use that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions