Skip to content

Validate type hints and fix any incorrect ones #321

@t1m0thyj

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Medium Priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions