refactor: string and setup.cfg normalization (#593)
This commit is contained in:
+2
-1
@@ -8,4 +8,5 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ['py36']
|
||||
target-version = ['py36', 'py37', 'py38']
|
||||
skip-string-normalization = true
|
||||
|
||||
Reference in New Issue
Block a user