We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04782a2 commit bf0d23bCopy full SHA for bf0d23b
pyproject.toml
@@ -0,0 +1,9 @@
1
+# Example configuration for Black.
2
+
3
+# NOTE: you have to use single-quoted strings in TOML for regular expressions.
4
+# It's the equivalent of r-strings in Python. Multiline strings are treated as
5
+# verbose regular expressions by Black. Use [ ] to denote a significant space
6
+# character.
7
8
+[tool.black]
9
+skip-string-normalization = true
0 commit comments