-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix generated class names that are acronyms (#91)
Allow OnCompleteAction use in ARC4 abimethod, baremethod decorators BREAKING CHANGE: enum class names have changed
- Loading branch information
1 parent
7adea2c
commit bd3f222
Showing
30 changed files
with
1,762 additions
and
2,071 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This is PuyaPy's custom typeshed, which is a curated subset of the official MyPy typeshed. | ||
It only includes the required stubs used by PuyaPy as this speeds up MyPy's parsing speed | ||
significantly. | ||
|
||
However this means certain python modules such as `enum` or `dataclasses` cannot be used in | ||
PuyaPy stubs unless this typeshed is updated. | ||
|
||
The contents of the typeshed are populated by the `scripts/vendor_mypy.py` script, which is used | ||
to vendor new versions of MyPy or to update the stubs included in this typeshed. So to add new | ||
stubs, update that script and rerun. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.