anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

would be nice if you could pass glob patterns instead of only concrete paths #54

Closed anentropic closed 3 years ago

anentropic commented 3 years ago

so you can e.g. waterloo annotate somedir/*.py but not traverse all the sub-dirs

anentropic commented 3 years ago

actually you already can, Bowler provides this :)