NibiruChain / py-sdk

Python-based client for interacting with the Nibiru blockchain
MIT License
19 stars 8 forks source link

test,feat: add mypy type support #245

Open Unique-Divine opened 1 year ago

Unique-Divine commented 1 year ago

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.