Increase type validation coverage #4

Open
opened 2025-06-13 08:03:50 +02:00 by mkrd · 0 comments
mkrd commented 2025-06-13 08:03:50 +02:00 (Migrated from github.com)

The validation doesn't handle many common Python types:

  • tuple (only handles list, set, dict)
  • frozenset
  • typing.Optional (only handles | union syntax)
  • Generic types like Sequence[T], Mapping[K, V]
  • typing.Literal
  • typing.Any
The validation doesn't handle many common Python types: - tuple (only handles list, set, dict) - frozenset - typing.Optional (only handles | union syntax) - Generic types like Sequence[T], Mapping[K, V] - typing.Literal - typing.Any
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mkrd/statica#4
No description provided.