lapis-community
lapis-community copied to clipboard
migrate to raw types object from lapis.validate.types
Migrate away from using the shapes module for holding basic types:
- Move all use of things like
shapes.empty,shapes.db_idover to usinglapis.validate.typesdirectly - Switch from using
shapes.assert_validto justassert_validfromlapis.validate - Keep the shapes module around for testing larger objects, like form submission types