-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed fields in subclasses. Fixes GH-69. * more type annotations * items support using a generic ItemPage class * fix tests to account for new behavior * tests for types * run types tests on github actions * fixed typing issues * backwards compat for Python 3.7 * more tests; skip_nonitem_fields argument * fix typing issue * extract SetItemType * update fields tutorial * rename SetItemType to Returns * typo fix * item_cls_fields -> skip_nonitem_fields * added a comment to tox.ini temporary dependency * deprecate ItemWebPage * test WebPage + fields * clean up from-fround-up tutorial * typo fix * Apply suggestions from code review Co-authored-by: Adrián Chaves <[email protected]> Co-authored-by: Kevin Lloyd Bernal <[email protected]> * ignore B024 flake8-bugbear warning * more tests for ItemPage validation * mention to_item earlier in docs Co-authored-by: Adrián Chaves <[email protected]> Co-authored-by: Kevin Lloyd Bernal <[email protected]>
- Loading branch information
1 parent
944dcd7
commit 8f4c4e5
Showing
21 changed files
with
638 additions
and
338 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
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
Oops, something went wrong.