mirror of
1
0
Fork 0

stop black converting quotes

This commit is contained in:
Matt Richards 2021-02-27 14:54:03 +10:00
parent d9bc63bd43
commit 153661d255
1 changed files with 4 additions and 0 deletions

4
pyproject.toml Normal file
View File

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