-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
astral-sh/ruff
#22646Labels
bugSomething isn't workingSomething isn't workingdiagnosticsRelated to reporting of diagnostics.Related to reporting of diagnostics.help wantedContributions especially welcomeContributions especially welcome
Milestone
Description
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")
)Version
0.0.12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiagnosticsRelated to reporting of diagnostics.Related to reporting of diagnostics.help wantedContributions especially welcomeContributions especially welcome