feat(dev): Install and configure black
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user