Florian, This option turns off *all* string normalization and not only quote normalization.
We wanted to still have prefixes stripping because of our usage of __future__.unicode_literals for example. Cheers, Simon Le lundi 15 avril 2019 04:12:13 UTC-4, Florian Apolloner a écrit : > > Hi Simon, > > On Monday, April 15, 2019 at 1:02:49 AM UTC+2, charettes wrote: >> >> and there's no way to turn off only this form of string normalization, >> it's all or nothing. >> > > So the black --help output lists: > -S, --skip-string-normalization Don't normalize string quotes or prefixes. > Or does that not what you wanted for your company? > > Cheers, > Florian > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/0b01f92e-c17c-435d-abbf-9c0332ce3d2f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
