Skip to content

Commit f963965

Browse files
committed
Correct black versions
1 parent 4dac9d9 commit f963965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ch06/first-python-package/pyproject.toml

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

55
[tool.black]
66
line-length = 120
7-
target-version = ['py38', 'py39']
7+
target-version = ['py39', 'py310']

ch07/first-python-package/pyproject.toml

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

55
[tool.black]
66
line-length = 120
7-
target-version = ['py38', 'py39']
7+
target-version = ['py39', 'py310']

0 commit comments

Comments
 (0)