python 3.6 variable annotation
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
Python 3.6 allows variable annotation, but yapf doesn't support it. e.g.:
```
self.anchors: Dict[Tuple[Int, Int], Vname] = {}
```
Contributor guide
Assessment
This issue has not been assessed yet.