remove duplicate py38 black target-version

This commit is contained in:
Thomas Grainger 2021-03-22 19:54:44 +00:00 committed by GitHub
parent a7f2639171
commit 2c4dc93dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ requires = [
build-backend = "setuptools.build_meta"
[tool.black]
target-version = ['py27', 'py36', 'py37', 'py38', 'py38']
target-version = ['py27', 'py36', 'py37', 'py38']