Allen Barker
Allen Barker
I merged the fix for ``Protocol`` classes. The ``dataclass`` classes and the class form of ``NamedTuple`` seem to inherently depend on the typing mechanism. I agree that it would probably...
I just pushed out version 0.1.13. Any comment line that starts with `# strip-hints: off` will turn off stripping until another comment line that starts with `# strip-hints: on`. Examples:...
Many people seem to be using this tool. I'm curious what the use-case is when you want dataclasses but also want to strip the rest of the hints. I'm testing...
I just pushed out version 0.1.13. Any comment line that starts with `# strip-hints: off` will turn off stripping until another comment line that starts with `# strip-hints: on`. These...
The ``--uniform4`` (``-u4``) option is implemented for the next version. The usage is, e.g., ``-u4 f t f t``. The ``--samePageSize4`` (``-s4``) option is similarly implemented to go with it.
The new version has been pushed to PyPI as 2.1.4.
The output file with ``--outfile`` cannot be the same as the input file because as currently implemented the original file is needed when writing out the new file. Also, the...
The new version has been pushed to PyPI as 2.1.4.