-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow types for parameterized functions (#138)
* Fix up pylance and flak8 errors * Adding more tests of what we want covered * Add a test to make sure the type based stuff is working well. * Implement ast checking and constant wrapping for types and variables * Add explicit AST checking * Fix up pylance error * Add check for bad variable and flake8 fixes * Fix up flake8 and pylance errors * Remove 3.7 testing support * 3.8 and above use ast.Constant - get rid of 3.7 support. * Fix up some minor test issues for python 3.8 * Merge branch 'master' into feat/pr_types
- Loading branch information
1 parent
b283b72
commit 2891ca1
Showing
7 changed files
with
240 additions
and
160 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
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.