Skip to content

Commit 87e478e

Browse files
tlaferrieretomschr
authored andcommitted
Add supported python versions to black config
(cherry picked from commit d9394af)
1 parent ddeebd9 commit 87e478e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/pr290.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add supported Python versions to :command:`black`.

pyproject.toml

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

1010
[tool.black]
1111
line-length = 88
12-
target-version = ['py37']
12+
target-version = ['py36', 'py37', 'py38']
1313
include = '\.pyi?$'
1414
# diff = true
1515
exclude = '''

0 commit comments

Comments
 (0)