-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autocomplete + tests + type checking (#1041)
* Add autocomplete + tests + type checking * add isort as a dev dependency * also reorder attributes definition for readability * add types for mypy * add simplejson types * do not raise on follow imports with mypy in CI * remove unused mypy plugins * more readable code generation ? * Move static import formatter to a separate util and add it to makefile * add check to workflow * pragma no cover in init.py
- Loading branch information
Showing
6 changed files
with
455 additions
and
141 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.