Matej Spiller Muys
Matej Spiller Muys
Any chance to get this reviewed?
Currently there is output as the parameter when running cmd line ... imho it would be best to have also output in yaml But picking filesnames automatically based on the...
We just got bitten by cached artifacts. poetry lock resolved hashes from whls that are stored in artifacts folder. Because of that we got different hashes that from our nexus...
IMHO Best way forward would be to make experimental string processing non experimental :D The default config just doesn't work. One thing would be to leave correctly formated string but...
Sure. So our configration is like this: ``` line-length = 120 target-version = ['py311'] preview = true enable-unstable-feature = ['string_processing'] ``` And then you have such code that is correctly...
@JelleZijlstra did you manage to reproduce the issue that we are facing with current black offical string processing with format? I just remembered that I posted this issue a year...
Is that preview feature require whole preview enabled making it basically very hard to test and still not usable in our case. What we have currently in preview if we...
Sorry for missunderstanding but I saw 50% more changes in preview than going to 2024 (our numbers bellow). Nevertheless preview is still a moving target even if a bit more...
Basically we have 5 options: - stay on 2023 with experimental string processing **0 file changes, taking 40 seconds** - stay on 2023 without experimental string processing (disable too long...
Hm ... oh yes I see ... changing files takes a huge amount of time in black. 2024 preview with zero files changed is much better and does not regress...