Closed
Description
There's a python package for the regress
crate (see: python-jsonschema/jsonschema#1142 (comment)).
It should be pretty easy to pull this in and use it to replace the default regex format check.
We can then expose many modes with something like --regex-format [default|regress|python|disabled]
and drop the gated regex check that exists today. (Where default
and regress
are the same?)
There's other CLI option refactoring to do around the format controls, so this might dovetail with that.