Skip to content

Commit

Permalink
Add py313 to the black config
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Sep 30, 2024
1 parent 6167c37 commit 8b718a1
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 @@ -50,7 +50,7 @@ build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120
target-version = ["py38", "py39", "py310", "py311", "py312"]
target-version = ["py38", "py39", "py310", "py311", "py312", "py313"]

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

0 comments on commit 8b718a1

Please sign in to comment.