Micha Reiser

Results 137 issues of Micha Reiser

See https://github.com/astral-sh/uv/pull/8420

breaking
cli

## Summary - Stabilize `comprehension_leading_expression_comments_same_line` - Stabilize `empty_parameters_no_unnecessary_parentheses_around_return_value` - Stabilize `docstring_code_block_in_docstring_indent` - Stabilize `match_case_parenthese` - Stabilize `with_single_item_pre_39` - Stabilize `f_string_implicit_concatenated_string_literal_quotes` - Stabilize `implicit_concatenated_string_formatting` (includes new assert formatting) Closes #13371 ##...

breaking
formatter
do-not-merge

From [Black's changelog](https://github.com/psf/black/blob/main/CHANGES.md). Last checked 16.09.2024, Last release: v24.8.0. Goals: * Close parity with Black when migrating from Black to Ruff * Fix Ruff specific bugs * Innovate on local...

formatter
help wanted
style

Some ideas on how we could improve the mdtest output: ## Remove redundant test name The test name, e.g. `imports/errors` is now rendered in at least 3 places: ``` failures:...

help wanted
testing
red-knot

**Describe the bug** Sorry for another cursed example. Black changes the `"` in the second inner f-string expression to `'` which changes the program output. ```python f"{'''test ' '''}" f'{"""other...

T: bug
F: strings

**Describe the bug** The string-processing produces an invalid f-string when joining together two strings where both literals have a debug expression with quotes ```python f"{10 + len('bar')=}" f'{10 + len("bar")=}'...

T: bug
F: strings
C: preview style

VS code logs the following warnings in the `Output` - `Extension Host` panel: ``` 2024-12-31 13:50:14.481 [warning] [charliermarsh.ruff] Accessing a resource scoped configuration without providing a resource is not expected....

internal