Skip to content

Commit 26fbbce

Browse files
committed
Fix black config
1 parent 1f97477 commit 26fbbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.black]
66
line-length = 88
7-
target-version = ['py38']
7+
target-version = ["py37", "py38"]
88
include = '\.pyi?$'
99
exclude = '''
1010
/(

0 commit comments

Comments
 (0)