Skip to content

Commit 3f53960

Browse files
committed
Add Python 3.9 as a target version for Black
1 parent 71cbac4 commit 3f53960

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
@@ -3,7 +3,7 @@ requires = ["setuptools>=41.0", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]
6-
target-version = ['py36', 'py37', 'py38']
6+
target-version = ['py36', 'py37', 'py38', 'py39']
77

88
[tool.isort]
99
profile = "black"

0 commit comments

Comments
 (0)