Skip to content

Commit 6a653a0

Browse files
committed
black: Skip string normalization
To enable string normalization, remove this file/toggle the option and rerun black. Without string normalization the formatter is purely structural, single quotes will not be changed to double quotes.
1 parent 41a7724 commit 6a653a0

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)