We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9294f46 commit 547f86bCopy full SHA for 547f86b
src/check_jsonschema/schema_loader/main.py
@@ -123,7 +123,9 @@ def get_validator(
123
124
# reference resolution
125
# with support for YAML, TOML, and other formats from the parsers
126
- reference_registry = make_reference_registry(self._parsers, retrieval_uri, schema)
+ reference_registry = make_reference_registry(
127
+ self._parsers, retrieval_uri, schema
128
+ )
129
130
# get the correct validator class and check the schema under its metaschema
131
validator_cls = jsonschema.validators.validator_for(schema)
0 commit comments