Skip to content

Commit

Permalink
fix black config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 12, 2022
1 parent f9a905b commit 5ac6160
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
skip-string-normalization = true
target-version = ['py27', 'py35', 'py36', 'py37', 'py38']
target-version = ['py37', 'py38', 'py39', 'py310']
exclude = '''
/(
\.git
Expand Down

0 comments on commit 5ac6160

Please sign in to comment.