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 3afad67 commit d289b91Copy full SHA for d289b91
tools/schemacode/src/bidsschematools/utils.py
@@ -148,4 +148,4 @@ def jsonschema_validator(
148
149
validator_kwargs: ValidatorKwargs
150
validator_kwargs = {"format_checker": validator_cls.FORMAT_CHECKER} if check_format else {}
151
- return validator_cls(schema, **validator_kwargs)
+ return validator_cls(schema, **validator_kwargs) # type: ignore[call-arg]
0 commit comments