Skip to content

Commit

Permalink
add py3.11 to black config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 15, 2024
1 parent cd99ebf commit 8263f2e
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]
# target-version should be all supported versions
target-version = ['py37', 'py38', 'py39', 'py310']
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 8263f2e

Please sign in to comment.