Skip to content

Commit

Permalink
Merge pull request #73 from xadrianzetx/black-target-ver
Browse files Browse the repository at this point in the history
Set Black's target version to `py310`
  • Loading branch information
xadrianzetx authored Feb 6, 2023
2 parents 28198ee + 0266093 commit 0643f8b
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 @@ -58,7 +58,7 @@ readme = { file = "README.md" }

[tool.black]
line-length = 99
target-version = ["py38"]
target-version = ["py310"]
exclude = '''
/(
\.eggs
Expand Down

0 comments on commit 0643f8b

Please sign in to comment.