In https://github.com/zowe/zowe-client-python-sdk/pull/312 we added type annotations, but currently they are not being validated. * Investigate running `mypy` in CI to validate existing type annotations * Consider adding MyPy Type Checker to list of recommended extensions: [.vscode/extensions.json](https://github.com/zowe/zowe-client-python-sdk/blob/main/.vscode/extensions.json) * Fix any incorrect type annotations found (e.g. return type of `RequestHandler.perform_request` is not `dict`)