Skip to content

Remove #type: ignore comments from codebase #367

Open
@crasanders

Description

@crasanders

There are a few instances in the code where mypy is unhappy and we have added #type: ignore comments to bypass the issue rather than fix the underlying error. We should remove these and implement proper type hinting where possible. There may be instances where trying to accommodate mypy is impossible or more cumbersome than just leaving in the #type: ignore comments, but in these instances we should add comments explaining why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions