-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Type-hint existing function signatures * Remove types from function comments * Fix type-hint problem requiring name attribute See #834 (comment) * lint * rename ast to schema_ast * arg/return value definitions to lowercase * Remove leading articles for parameter descriptions * Dynamically confirm type-hint and rename_types contain the same information * rename type_hint_rename_types to RenameTypes * lint * compute rename_types dynamically * lint * Decide on duplication as cleanest solution * Replace Dict with Mapping for renaming type-hint * Tighten return type bound * Bump linter version to prevent false positive error * Revert "Bump linter version to prevent false positive error" This reverts commit 7579db6. * Make RenameTypes a module-level attribute instead of a class attribute * Add Generic type * lowercase first word of return description Co-authored-by: Predrag Gruevski <[email protected]> * Switch Set to AbstractSet type hint * remove newline * Add newline after multiple de-indent Co-authored-by: Predrag Gruevski <[email protected]> Co-authored-by: Predrag Gruevski <[email protected]>
- Loading branch information
1 parent
1692b30
commit 3cbc9d2
Showing
1 changed file
with
130 additions
and
60 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