chore: add black for all code, no string norm

This commit is contained in:
Henry Schreiner
2021-05-03 13:12:36 -04:00
committed by Henry Schreiner
parent 5716296071
commit 9cbed6a9be
12 changed files with 39 additions and 32 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ requires = [
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120
target-version = ['py36', 'py37', 'py38']
line-length = 100
target-version = ['py36', 'py37', 'py38', 'py39']
skip-string-normalization = true