Skip to content

Commit 547f86b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9294f46 commit 547f86b

File tree

1 file changed

+3
-1
lines changed
  • src/check_jsonschema/schema_loader

1 file changed

+3
-1
lines changed

src/check_jsonschema/schema_loader/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ def get_validator(
123123

124124
# reference resolution
125125
# with support for YAML, TOML, and other formats from the parsers
126-
reference_registry = make_reference_registry(self._parsers, retrieval_uri, schema)
126+
reference_registry = make_reference_registry(
127+
self._parsers, retrieval_uri, schema
128+
)
127129

128130
# get the correct validator class and check the schema under its metaschema
129131
validator_cls = jsonschema.validators.validator_for(schema)

0 commit comments

Comments
 (0)