feat(dev): Install and configure black

This commit is contained in:
Gergely Polonkai
2025-09-02 11:31:24 +02:00
committed by Gergely Polonkai
parent a44a37a9b4
commit 88d79fc209
3 changed files with 64 additions and 0 deletions

View File

@@ -8,10 +8,14 @@ dependencies = []
[dependency-groups]
dev = [
"black>=25.1.0",
"commitizen>=4.8.3",
"pre-commit>=4.3.0",
]
[tool.black]
line-length = 120
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"