Skip to content

Commit 1fab9a3

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 1fab9a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)