Skip to content

Commit dec4f29

Browse files
committed
black: Skip string normalization
This can be turned off if its okay for black to turn single quotes to double quotes. To make the changes more minimal, skip for now.
1 parent ccb79ce commit dec4f29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
skip-string-normalization = true

0 commit comments

Comments
 (0)