refactor: string and setup.cfg normalization (#593)

This commit is contained in:
Henry Schreiner
2021-04-25 12:38:28 -04:00
committed by GitHub
parent 2f47e64225
commit 38f52569aa
3 changed files with 42 additions and 31 deletions
+2 -1
View File
@@ -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