Add py313 to black target versions
This commit is contained in:
parent
9b08c03487
commit
336f6e1a18
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue