### 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
Description of feature
Currently we do a lot of
across many files - let's replace this with semantically easier to parse functions across the entire codebase