Update pyproject.toml

This commit is contained in:
[Assassin] 2023-02-10 10:24:23 +02:00 committed by GitHub
parent 84e09ffe78
commit d353d39e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 135
exclude = "(.git|.env|venv|*.spec)"
exclude = "(.git|.env|venv)"
target-version = ["py310","py311"]