Skip to content

Include mypy into Action #49

@FelixTheC

Description

@FelixTheC

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

Metadata

Metadata

Assignees

Labels

enhancement_lowA feature or request which should be adopted with low priority

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions