Skip to content

Validate type hints and fix any incorrect ones #321

Description

@t1m0thyj

In #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
  • Fix any incorrect type annotations found (e.g. return type of RequestHandler.perform_request is not dict)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions