Enable feature string_processing
to be default · Issue #2188 · psf/black (original) (raw)
Lets move CI + then the default of black to use the --experimental-string-processing
behavior.
Today, if enabled on all black-primer
projects, sqlalchemy fails AST check for parenthesis: https://pastebin.com/iaDH1Yg8
Lets enable what we can CI wise and get this stable + default.