Skip to content

Commit

Permalink
Update black target-version config.
Browse files Browse the repository at this point in the history
I have no idea whether this actually affects anything, but
might as well keep it up-to-date.
  • Loading branch information
dairiki committed Sep 23, 2022
1 parent 847c953 commit 1518691
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
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38']
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 1518691

Please # to comment.