Skip to content
  • samuelpiltch's avatar
    Add basic implementation of PyAnnotateBear · 2b47a25a
    samuelpiltch authored
    PyAnnotateBear adds argument and return type annotations to your code by
    collecting argument and return types while testing using `pyannotate`.
    The bear then allows to patch the file using the outputted diff from
    `pyannotate`. Commit includes example using `gcd.py` and `GCDTest.py`.
    2b47a25a
This project manages its dependencies using pip. Learn more