Skip to content

Enable strict type-checking #1900

Open
@tucked

Description

@tucked

Problem trying to solve

When I call issue.permalink(), mypy --strict returns an error:

error: Call to untyped function "permalink" in typed context  [no-untyped-call]

Possible solution(s)

def permalink(self):

should be

    def permalink(self) -> str:

Alternatives

No response

Additional Context

No response

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