Skip to content

Remove hidden --output-format warning#22944

Merged
ntBre merged 2 commits intomainfrom
brent/watch-warning
Jan 29, 2026
Merged

Remove hidden --output-format warning#22944
ntBre merged 2 commits intomainfrom
brent/watch-warning

Conversation

@ntBre
Copy link
Contributor

@ntBre ntBre commented Jan 29, 2026

Summary

I forgot to include this in #22908, but I think it's okay just to land this on
main instead of the release branch because the warning isn't actually visible
to users anyway, as reported in #19552. We're stabilizing --output-format
actually being used with --watch, so we can just delete this warning.

Fixes #19552

Summary
--

I forgot to include this in #22908, but I think it's okay just to land this on
`main` instead of the release branch because the warning isn't actually visible
to users anyway, as reported in #19552. We're stabilizing `--output-format`
actually being used with `--watch`, so we can just delete this warning.

Fixes #19552
@ntBre ntBre added the internal An internal refactor or improvement label Jan 29, 2026
@ntBre ntBre requested review from amyreese and dylwil3 January 29, 2026 14:19
@astral-sh-bot
Copy link

astral-sh-bot bot commented Jan 29, 2026

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@ntBre ntBre merged commit f02ee29 into main Jan 29, 2026
41 checks passed
@ntBre ntBre deleted the brent/watch-warning branch January 29, 2026 15:01
carljm added a commit that referenced this pull request Jan 30, 2026
* main: (76 commits)
  [ty] Improve the check for `NewType`s with generic bases (#22961)
  [ty] Ban legacy `TypeVar` bounds or constraints from containing type variables (#22949)
  Bump the typing conformance suite pin (#22960)
  [ty] Emit an error if a TypeVarTuple is used to subscript `Generic` or `Protocol` without being unpacked (#22952)
  [ty] Reduce false positives when subscripting classes generic over `TypeVarTuple`s (#22950)
  [ty] Detect invalid attempts to subclass `Protocol[]` and `Generic[]` simultaneously (#22948)
  Fix suppression indentation matching (#22903)
  Remove hidden `--output-format` warning (#22944)
  [ty] Validate signatures of dataclass `__post_init__` methods (#22730)
  [ty] extend special-cased `numbers` diagnostic to `invalid-argument-type` errors (#22938)
  [ty] Avoid false positive for `not-iterable` with no-positive intersection types (#22089)
  [ty] Preserve pure negation types in descriptor protocol (#22907)
  [ty] add special-case diagnostic for `numbers` module (#22931)
  [ty] Move the location of more `invalid-overload` diagnostics (#22933)
  [ty] Fix unary and comparison operators for TypeVars with union bounds (#22925)
  [ty] Rule Selection: ignore/warn/select all rules (unless subsequently overriden) (#22832)
  [ty] Fix TypedDict construction from existing TypedDict values (#22904)
  [ty] fix bug in string annotations and clean up diagnostics (#22913)
  [ty] Improve support for goto-type, goto-declaration, hover, and highlighting of string annotations (#22878)
  [ty] Rename old typing imports to new on `unresolved-reference`. (#22827)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check Watch does not show output format error message from clearing too late

2 participants

Comments