Skip to content

Any plans for type hint / mypy support? #24

Description

@besfahbod

Are there any plans for type hint / mypy support?

  1. OrderedSet is not a generic type, so it's not possible to use OrderedSet[str].
  2. An OrderedSet of strings is not considered compatible with typing.Set[str] or typing.Iterable[str], making it not sit well in type-hinted projects.

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