Skip to content

Ignore pprint calls with stream=#23787

Merged
charliermarsh merged 1 commit intomainfrom
charlie/stream
Mar 9, 2026
Merged

Ignore pprint calls with stream=#23787
charliermarsh merged 1 commit intomainfrom
charlie/stream

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Summary

Closes #23645.

@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label Mar 7, 2026
@astral-sh-bot
Copy link
Copy Markdown

astral-sh-bot bot commented Mar 7, 2026

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+1 -0 violations, +0 -0 fixes in 1 projects; 55 projects unchanged)

ibis-project/ibis (+1 -0 violations, +0 -0 fixes)

+ ibis/backends/impala/metadata.py:307:42: RUF100 Unused `noqa` directive (unused: `T203`)

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
RUF100 1 1 0 0 0

Linter (preview)

ℹ️ ecosystem check detected linter changes. (+1 -0 violations, +0 -0 fixes in 1 projects; 55 projects unchanged)

ibis-project/ibis (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --no-fix --output-format concise --preview

+ ibis/backends/impala/metadata.py:307:42: RUF100 Unused `noqa` directive (unused: `T203`)

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
RUF100 1 1 0 0 0

@charliermarsh charliermarsh marked this pull request as ready for review March 7, 2026 15:37
@charliermarsh charliermarsh requested a review from ntBre March 7, 2026 15:37
@charliermarsh charliermarsh merged commit e7e7f2c into main Mar 9, 2026
44 checks passed
@charliermarsh charliermarsh deleted the charlie/stream branch March 9, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[T203] False positives for non-debugging use

3 participants