Skip to content

Commit

Permalink
Configured Python 3.11 support for Black
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaliaga committed Nov 9, 2023
1 parent 67e3120 commit 15e98a8
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 @@ -32,7 +32,7 @@ dependencies = [
"Bug Tracker" = "https://github.com/cjaliaga/aioaquarea/issues"

[tool.black]
target-version = ["py39", "py310"]
target-version = ["py39", "py310", "py311"]

[tool.isort]
# https://github.com/PyCQA/isort/wiki/isort-Settings
Expand Down

0 comments on commit 15e98a8

Please sign in to comment.