Skip to content

check_default_args(), its relates and error messages should be corrected #20963

Description

@hyperkai

*Notes:

  • mypy 1.19.1
  • Python 3.14.0

check_default_args(), its relates and error messages should be corrected, for example as shown below:

check_default_args() -> check_default_params()

From:

Incompatible default for argument "<something>" (<something> has type "<something>", argument has type "<something>")

TO:

Incompatible default for parameter "<something>" (<something> has type "<something>", parameter has type "<something>")

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

    Labels

    bugmypy got something wrong

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions