Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing type hints causes mypy to complain #26

Open
jnewbigin opened this issue Feb 16, 2024 · 1 comment
Open

Missing type hints causes mypy to complain #26

jnewbigin opened this issue Feb 16, 2024 · 1 comment

Comments

@jnewbigin
Copy link

Because of the missing type hints, when using cls=DefaultGroupit is necessary to use # type: ignore to prevent errors like:

error: Untyped decorator makes function "my_function" untyped  [misc]

So I copied the types from click 8.1.7 which makes mypy happy. I'll open the PR shortly.

@jnewbigin
Copy link
Author

See #27 for possible resolution for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant