Skip to content

Commit

Permalink
Bump black target version to Python 3.11 (#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Apr 15, 2024
1 parent 6651f73 commit 8ce231b
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 = 100
target-version = ['py39']
target-version = ['py311']
exclude = 'generated'

[tool.isort]
Expand Down

0 comments on commit 8ce231b

Please sign in to comment.