click-contrib / click-default-group

Extends click.Group to invoke a command without explicit subcommand name.
BSD 3-Clause "New" or "Revised" License
73 stars 17 forks source link

Add type hints #27

Open jnewbigin opened 9 months ago

jnewbigin commented 9 months ago

This branch contains type hints to match click 8.1.7.

It also contains some other changes in order to get mypy running happily, including:

edgarrmondragon commented 5 months ago

Bump, this would be nice to have