Set black formatter settings

This commit is contained in:
[Assassin] 2023-01-27 14:54:43 +02:00 committed by GitHub
parent c00b3c4b23
commit cd17b673a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,8 @@ flake8 = "^5.0.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 135
exclude = "(.git|.env|venv|*.spec)"
target-version = ["py310","py311"]