Micha Reiser
Micha Reiser
This is feedback related to the `hug_parens_with_braces_and_square_brackets` preview style. **Describe the style change** Only collapse the first set of parens rather than all parens recursively. Having too many opening/closing parens...
I wasn't sure if I should submit a style or bug report for this (or should it be a question?). I'm sorry if I picked the wrong template. Black implements...
I'm a ruff maintainer and I noticed that you aren't using the most recent ruff version yet. I went ahead and upgraded Ruff to 0.2.1 and updated the configuration. *...
I installed Python using pyenv-win but puffin can't find it (because it's not in the PATH). Running python from the command line works as expected and starship recognises it correctly...
## Summary Fixes https://github.com/astral-sh/ruff/issues/10073 We had a similar issue with aarch64 and the fix was to increase the page size to 64KB: https://github.com/astral-sh/ruff/issues/3791#issuecomment-1488100121 > The issue seems to be that...
Hi, I think there is another case, where it is not working and that is when we have multiple indices, like in pandas: My example looks like this: `dataframe.loc[index +...
```Python b = """ This looks like a docstring but is not in a notebook because notebooks can't be imported as a module. Ruff should leave it as is """;...
## Summary Setting the `isort.lines-after-imports` setting to a value larger than 1 leads to formatter incompatibilities when formatting typing stub files because the formatter enforces at most one blank line...
### Discussed in https://github.com/astral-sh/ruff/discussions/9983 We should colorize the diff output (added and removed lines). The relevant code is in https://github.com/astral-sh/ruff/blob/a7d1f7e1ec6d2d4443eaec4bee5faebd97f95c66/crates/ruff_linter/src/source_kind.rs#L103-L111 We probably would need to extract the `to_writer` function and...
## Summary This isn't it yet... and in no way what we recommend going forward. This PR is just me playing around with some different formatting and to see what...