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.
2 parents 3afad67 + d289b91 commit 62fd793Copy full SHA for 62fd793
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