- [ ] validation could maybe be done with [typing.get_type_hints()](https://docs.python.org/3/library/typing.html#typing.get_type_hints) https://github.com/wheelnext/variantlib/pull/22#discussion_r2022402587 *Note Jonathan:* let's see how it works - not convinced it's really worth it - [x] using `re.VERBOSE` in `regex`: https://github.com/wheelnext/variantlib/pull/22#discussion_r2022405363 - [x] remove `^` and `$` from regular expressions (so they could be reused easily) and use `re.fullmatch()` where appropriate: #50 - [x] move shared fixtures to `conftest.py`: #49