Open abompard opened 5 years ago
@abompard please assign this issue to me
@abompard We could use mypy for checking typing in python.We might add it to test and add typing library to code as mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.
@abompard Would there be any reference to this issue? Please share It would be very helpful for drafting the PR
https://github.com/fedora-infra/fedora-messaging/pull/352 This is with reference to Enhancement of MyPy.
@abompard The PR is still in progress I am trying to integrate mypy with tests at fedora-messaging.
Gradually adding the type hint to the fedora messaging codebase
MyPy is pretty cool, we should adopt it.