Skip to content

Commit 58fdd40

Browse files
committed
Use Python 3.9 as target for black
1 parent f3ec070 commit 58fdd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ coveralls = "^3.3.1"
4444

4545
[tool.black]
4646
line-length = 88
47-
target_version = ['py38']
47+
target_version = ['py39']
4848
include = '\.py$'
4949

5050
[tool.isort]

0 commit comments

Comments
 (0)