Leon Haffmans
Leon Haffmans
+1 Currently I'm using this workaround (for anybody who didn't find it): https://github.com/usebruno/bruno/issues/1704#issuecomment-2002763091
@koxudaxi Apparently, this would break many Unittests due to unexpected outputs. Perhaps, using an optional flag would be better.
I'd be interested in this feature too, thumbs up from me 👍 We are using Hatch, in case you need to know.
I'm willing to look into this but can't promise to have enough time for this either. So no stress. Btw, great project 😊 Makes it a lot easier to manage...
Superseded by #1983
Sorry for my late response. I have not so much time and as I commented in #1684, I monkey-patched the function for me, so it doesn't have prio for me....
Fixed by #1983
Don't know if it's related to this one, but I'm getting the same error with ```python class A[T]: pass class B[T](A[T]): pass ``` It throws `E0602: Undefined variable 'T' (undefined-variable)`...
Hi @Helveg, just kindly asking, is there any update on this issue?
Unfortunately not. I used isort 6.0.1 but this exact issue still persists. Does it work for you? Maybe I'm doing something wrong.. I think you mean #2283, right? But as...