Update black config

This commit is contained in:
Alessio Bogon 2022-11-05 10:07:57 +01:00
parent e6ada53347
commit 1ebbf1e5ed
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
target-version = ["py37", "py38", "py39", "py310"]
target-version = ["py37", "py38", "py39", "py310", "py311"]
[tool.isort]
profile = "black"