Skip to content

replace manual variable checks with wrapper functions across codebase #1137

@timtreis

Description

@timtreis

Description of feature

Currently we do a lot of

if x not in y:
  raise ValueError(...)

across many files - let's replace this with semantically easier to parse functions across the entire codebase

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions