forked from skogsbaer/write-your-python-program
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
Latest commit
9 lines (8 loc) · 448 Bytes
/
Copy pathTODO
File metadata and controls
9 lines (8 loc) · 448 Bytes
1
2
3
4
5
6
7
8
9
- Imports of modules in the same directory are marked as warnings in VSCode
- make installable via pip (for those we do not use the extension)
# Next iteration
- Contracts checking
- Rename Mixed to Union and DefinedLater to ForwardRef
- Write records in the style of dataclasses, drop support for old-style records
- Require explict import of wypp: better interaction with tools
- use lowercase types list, tuple, dict etc. (requires python 3.9)