Skip to content

It's not obvious what to do about (1 warning not shown) - expand error message? #4999

Description

@MarcoGorelli

Describe the Bug

def foo() -> str:
    return 'aaaaa'

def bar(a: str) -> None:
    return None

bar(str(foo()))
 INFO 0 errors (1 warning not shown)

Running -v doesn't show the warning, and it's not immediately obvious how to see it

How about

INFO 0 errors (1 warning not shown, use `--min-severity=warn` to see it)

Sandbox Link

No response

(Only applicable for extension issues) IDE Information

No response

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions