1
0
Fork 0
mirror of synced 2024-06-16 14:11:08 -04:00

stop black converting quotes

This commit is contained in:
Matt Richards 2021-02-27 14:54:03 +10:00
parent d9bc63bd43
commit 153661d255

4
pyproject.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.black]
line-length = 100
skip-string-normalization
target-version = ['py37']