Ran Benita
Ran Benita
@matthewhegarty I don't know if you're looking for feedback on v4 yet, but in case you do: calling `Widget.render(..., obj)` with `obj != None` is deprecated, but `Field.export()` calls `return...
I looked into this briefly. AFAICT, the main problem with implementing this is that the AST does not preserve non-logical newlines, and there is no way to go from an...
Thanks @JelleZijlstra, if you don't mind can you point to me how to get at the newlines? Given the following code ```py ( 999, ) ``` the result of `lib2to3_parse`...
The reason I'm pursuing this is that I'm working on formatting our internal code with Black, but this pattern occurs a few hundred times and I prefer not to turn...
I started looking into the SQLAlchemy diff-shades stability failure. I minimized it to the following failure: ```diff Mode(target_versions={}, line_length=79, string_normalization=True, is_pyi=False, is_ipynb=False, skip_source_first_line=False, magic_trailing_comma=True, experimental_string_processing=False, python_cell_magics=set(), preview=True) --- source +++...
Will close this for now, might try again in the future.
Regarding the `assert` one, clippy deals with this by having a [`clippy::restriction`](https://doc.rust-lang.org/clippy/lints.html#restriction) group that is off by default, and is not meant to be enabled wholesale, but contains lints which...
Possibly fixed by 4e1906ad88c2cc101d158e6b6de910992b96ddd5, let me know if not.
Closing based on latest comments.
@HansBambel got it right!