Micha Reiser

Results 768 comments of Micha Reiser

> Sorry, you're right — it seems that Ruff matches Black here, however both "fail" in this manner when there is only one method in the "chain", [like here](https://black.vercel.app/?version=stable&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4AEZAK1dAD2IimZxl1N_WlbvK5V89Lw1SkhVsHyCx9GZ6qFyX6O6Dgbtf1mqAYh1u3gpTGEoS6HRi596QCkIoR9bReFJ-fCjKtsup1JLDK1oJbjnHHTMgVTh5_VrxhQjS-kug2cB10E1FF8z8BNBFrsQAAmPIoLpBG9LifBwPOklX1KCXMtEtqxKQDQcxf9KYiCYskYM0J_4xhvzGYS9NJSZNfzwwm91m3N-r6kHooO6bakAAAAAAK_zSAH6PwTvAAHJAZoCAAC_Z6sZscRn-wIAAAAABFla). It...

Hy @Fokko . Thanks for reporting this issue. Any change that you've already updated your repository? I'm asking because I'm unable to reproduce the issue after cloning your repository and...

Thanks for opening this as an issue. Is this something you plan to work on?

I'm not sure about the implementation complexity and I see your use case. A related issue is that larger projects want to share some configuration across projects that may be...

Nice find. We should review all the E3* rules and verify that they enforce at most one blank lines for pyi files rather than 2

I only looked at the changes in `nodes.rs` so far. Here a few notes (before you perform the entire rename): * `is_literal_expr`: I guess this is a downside of removing...

It might be difficult to fix `dataframe.loc[index + 1 :, "columnname"] ` without an AST or more lookahead (which is slow). The rule would need to know that what it...

Regarding `countries[middle : middle + 3]`: `E203` enforces equal spacing around the `:` in accordance to PEP8: > However, in a slice the colon acts like a binary operator, and...

One obligatory comment :P Excellent work. Looking forward to my next git pull