click-aliases icon indicating copy to clipboard operation
click-aliases copied to clipboard

Add PEP 484 typing

Open Tatsh opened this issue 3 months ago • 0 comments

This copies the style used in Click's code and maintains compatibility with Python 3.9. Most of this does not matter but it is needed to make Mypy/Pyright happy about the @click.group decorator with the cls keyword and the add_command call.

image

image

Tatsh avatar Apr 11 '24 00:04 Tatsh