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

Include mypy into Action #49

Open
FelixTheC opened this issue Jan 18, 2021 · 0 comments
Open

Include mypy into Action #49

FelixTheC opened this issue Jan 18, 2021 · 0 comments
Assignees
Labels
enhancement_low A feature or request which should be adopted with low priority

Comments

@FelixTheC
Copy link
Owner

FelixTheC commented Jan 18, 2021

When package users are working with mypy the get errors (Untyped decorator makes function "xyz" untyped)

Fix with:
F = TypeVar('F', bound=Callable[..., Any])
DecoFact = Callable[[F], F] # Decorator_Factory

Use strictes mypy settings as possible and fix issues

@FelixTheC FelixTheC self-assigned this Jan 18, 2021
@FelixTheC FelixTheC added the enhancement_high A feature or request which should be adopted as fast as possible label Jan 18, 2021
@FelixTheC FelixTheC added enhancement_low A feature or request which should be adopted with low priority and removed enhancement_high A feature or request which should be adopted as fast as possible labels Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement_low A feature or request which should be adopted with low priority
Projects
None yet
Development

No branches or pull requests

1 participant