-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typing): Resolve misc type ignores in
schemapi.py
(#3545)
* chore(typing): Add `pyright` ignores in `schemapi.py` * fix(typing): Address most issues in `_FromDict.from_dict` This method is far too dynamic to fix everything. Removed the need for one `mypy` specific ignore as well. * chore(typing): Ignore caught AttributeError * chore(typing): Add ignore in `validate_jsonschema` * fix(typing): Resolve `pyright` & `mypy` errors in `validate_jsonschema` * build: run `generate-schema-wrapper`
- Loading branch information
1 parent
c9f9438
commit c7e1e83
Showing
2 changed files
with
34 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters