Skip to content

Commit

Permalink
Target black processing to py38 only
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Aug 31, 2021
1 parent 793f4b8 commit e023109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79
target-version = ['py36', 'py37', 'py38']
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit e023109

Please sign in to comment.