Remove hidden --output-format warning by ntBre · Pull Request #22944 · astral-sh/ruff (original) (raw)
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
added the internal
An internal refactor or improvement
label
ntBre deleted the brent/watch-warning branch
carljm added a commit that referenced this pull request
- main: (76 commits)
[ty] Improve the check for
NewTypes with generic bases (#22961) [ty] Ban legacyTypeVarbounds or constraints from containing type variables (#22949) Bump the typing conformance suite pin (#22960) [ty] Emit an error if a TypeVarTuple is used to subscriptGenericorProtocolwithout being unpacked (#22952) [ty] Reduce false positives when subscripting classes generic overTypeVarTuples (#22950) [ty] Detect invalid attempts to subclassProtocol[]andGeneric[]simultaneously (#22948) Fix suppression indentation matching (#22903) Remove hidden--output-formatwarning (#22944) [ty] Validate signatures of dataclass__post_init__methods (#22730) [ty] extend special-casednumbersdiagnostic toinvalid-argument-typeerrors (#22938) [ty] Avoid false positive fornot-iterablewith no-positive intersection types (#22089) [ty] Preserve pure negation types in descriptor protocol (#22907) [ty] add special-case diagnostic fornumbersmodule (#22931) [ty] Move the location of moreinvalid-overloaddiagnostics (#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 onunresolved-reference. (#22827) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})