-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [DRAFT] maybe some future implementations * [FEAT] ValidationType to add validation functions to type annotation * [FEAT] docstring from type annotations * [FEAT] docstring from type annotations * [UPD] add testing * [FIX] issue when extension module is installed * [UPD] separate test with py3.9 only syntax * [UPD] skip specific test when running with installed module * fixup! * [UPD] better info for typing.Literal * fixup! * [UPD] include new feature information * [UPD] beta version * [UPD] mkdocs for readthedocs * [UPD] include readthedocs conf * Update .readthedocs.yaml * Update .readthedocs.yaml * . * . * fixup! * fixup!fixup! * fixup!fixup!fixup! * fixup!fixup!fixup!fixup! * fixup! * [UPD] docs * fixup! * [FIX] missing iterable check * [FIX] include missing type check for Iterable * isort: . * isort: . * black: . * [FIX] better info when Validator is wrong used * [FEAT] IterValidator which calls the function on each element like map [FIX] several fixes * [FIX] cover failing test in pytest.raises * linting * [UPD] version * [UPD] docs * [FIX] merge conflict * [FIX] typing.Any and IterValidator * [FIX] typing.Any and IterValidator Co-authored-by: eisenmenger <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 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
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