Skip to content

output is overly verbose in some cases #2514

@danielgafni

Description

@danielgafni

Summary

ty check prints the entire source module and generates ~3k lines of output for this example (install narwhals first):

from narwhals.typing import FrameT

def fn(
    frame: FrameT
) -> FrameT:
    return frame.with_columns(
        nw.lit("hello world").alias("foo")
    )

output.txt

Version

0.0.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdiagnosticsRelated to reporting of diagnostics.help wantedContributions especially welcome

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions