Skip to content

Commit

Permalink
Always skip string normalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
harenbrs committed Apr 8, 2020
1 parent 9e0ffbe commit 1e034b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion black.py
Expand Up @@ -440,7 +440,7 @@ def main(
target_versions=versions,
line_length=line_length,
is_pyi=pyi,
string_normalization=not skip_string_normalization,
string_normalization=False,
)
if config and verbose:
out(f"Using configuration from {config}.", bold=False, fg="blue")
Expand Down

0 comments on commit 1e034b3

Please sign in to comment.