Add py313 to black target versions

This commit is contained in:
Alessio Bogon 2024-10-15 20:25:59 +02:00
parent 9b08c03487
commit 336f6e1a18
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
target-version = ["py39", "py310", "py311", "py312"]
target-version = ["py39", "py310", "py311", "py312", "py313"]
[tool.flake8]
# E1: indentation: already covered by `black`