py-sdk icon indicating copy to clipboard operation
py-sdk copied to clipboard

test,feat: add mypy type support

Open Unique-Divine opened this issue 2 years ago • 0 comments

Mypy is a static type checker for Python. This ticket is requesting the addition of type annotations to the codebase to support mypy static type checking. This will improve code quality by making refactors safer and prevent type-related bugs.

Unique-Divine avatar Jul 10 '23 05:07 Unique-Divine