Skip to content

Commit 39307c6

Browse files
committed
Include py39 among black's target versions
1 parent 74eee5a commit 39307c6

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
@@ -1,5 +1,5 @@
11
[tool.black]
2-
target-version = ['py36', 'py37', 'py38']
2+
target-version = ['py36', 'py37', 'py38', 'py39']
33
exclude = '''
44
/(
55
\.venv

0 commit comments

Comments
 (0)