Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 3, 2023
1 parent 9294f46 commit 547f86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/check_jsonschema/schema_loader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ def get_validator(

# reference resolution
# with support for YAML, TOML, and other formats from the parsers
reference_registry = make_reference_registry(self._parsers, retrieval_uri, schema)
reference_registry = make_reference_registry(
self._parsers, retrieval_uri, schema
)

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

0 comments on commit 547f86b

Please sign in to comment.